diff --git a/modules/config/private/init.el b/modules/config/private/init.el index da10d7b75..b983f2df6 100644 --- a/modules/config/private/init.el +++ b/modules/config/private/init.el @@ -7,12 +7,11 @@ "The directory that serves as the root of your external private config for Doom Emacs.") -(when (file-directory-p +private-config-path) - ;; Ensure `doom//reload-autoloads', `doom//byte-compile' and - ;; `doom-initialize-packages' will treat `+private-config-path' as the root of - ;; this module. - (add-to-list 'doom-psuedo-module-dirs +private-config-path) +;; Ensure `doom//reload-autoloads', `doom//byte-compile' and +;; `doom-initialize-packages' will treat `+private-config-path' as the root of +;; this module. +(add-to-list 'doom-psuedo-module-dirs +private-config-path) - ;; - (load (expand-file-name "init.el" +private-config-path) - 'noerror 'nomessage)) +;; +(load (expand-file-name "init.el" +private-config-path) + 'noerror 'nomessage)