mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
config/private: remove unnecessary conditional
This commit is contained in:
@@ -7,12 +7,11 @@
|
|||||||
"The directory that serves as the root of your external private config for
|
"The directory that serves as the root of your external private config for
|
||||||
Doom Emacs.")
|
Doom Emacs.")
|
||||||
|
|
||||||
(when (file-directory-p +private-config-path)
|
;; Ensure `doom//reload-autoloads', `doom//byte-compile' and
|
||||||
;; Ensure `doom//reload-autoloads', `doom//byte-compile' and
|
;; `doom-initialize-packages' will treat `+private-config-path' as the root of
|
||||||
;; `doom-initialize-packages' will treat `+private-config-path' as the root of
|
;; this module.
|
||||||
;; this module.
|
(add-to-list 'doom-psuedo-module-dirs +private-config-path)
|
||||||
(add-to-list 'doom-psuedo-module-dirs +private-config-path)
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(load (expand-file-name "init.el" +private-config-path)
|
(load (expand-file-name "init.el" +private-config-path)
|
||||||
'noerror 'nomessage))
|
'noerror 'nomessage)
|
||||||
|
Reference in New Issue
Block a user