Move private.el loading into early-init.el

This commit is contained in:
Case Duckworth 2021-10-09 09:18:35 -05:00
parent cea77db012
commit 57b61b9686
2 changed files with 3 additions and 1 deletions

View File

@ -181,4 +181,7 @@ say, `tool-bar-mode' once to toggle the tool bar back on."
(setup (:straight el-patch))
;; My private variables and stuff
(require 'acdw-private (acdw/sync-dir "private.el") :noerror)
;;; early-init.el ends here

View File

@ -87,7 +87,6 @@
(:also-load acdw-compat
acdw-lisp
acdw-reading)
(require 'acdw-private (acdw/sync-dir "private.el") :noerror)
(:option user-full-name "Case Duckworth"
user-mail-address (rot13-string "npqj@npqj.arg"))