Load custom-file #3485

This commit is contained in:
Henrik Lissner 2020-07-22 19:18:06 -04:00
parent 1dc7cbcacc
commit f3c9a0775e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -119,7 +119,8 @@ non-nil."
(unless no-config-p (unless no-config-p
(maphash (doom-module-loader doom-module-config-file) doom-modules) (maphash (doom-module-loader doom-module-config-file) doom-modules)
(run-hook-wrapped 'doom-init-modules-hook #'doom-try-run-hook) (run-hook-wrapped 'doom-init-modules-hook #'doom-try-run-hook)
(load! "config" doom-private-dir t))))) (load! "config" doom-private-dir t)
(load custom-file 'noerror (not doom-debug-mode))))))
;; ;;