mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Move custom-file to DOOMDIR/init.el
(And don't auto-load it at startup; no need)
This commit is contained in:
@@ -96,11 +96,7 @@ non-nil."
|
||||
(load! "config" (plist-get plist :path) t)))
|
||||
doom-modules)
|
||||
(run-hook-wrapped 'doom-init-modules-hook #'doom-try-run-hook)
|
||||
(load! "config" doom-private-dir t)
|
||||
(unless custom-file
|
||||
(setq custom-file (concat doom-local-dir "custom.el")))
|
||||
(when (stringp custom-file)
|
||||
(load custom-file t t t)))))
|
||||
(load! "config" doom-private-dir t))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user