config/private: remove unnecessary conditional

This commit is contained in:
Henrik Lissner 2018-03-05 23:01:33 -05:00
parent 4086ffd8e2
commit 88d339f65d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -7,7 +7,6 @@
"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.
@ -15,4 +14,4 @@ Doom Emacs.")
;; ;;
(load (expand-file-name "init.el" +private-config-path) (load (expand-file-name "init.el" +private-config-path)
'noerror 'nomessage)) 'noerror 'nomessage)