diff --git a/core/core-modules.el b/core/core-modules.el index 427001fb6..a88a9dfdd 100644 --- a/core/core-modules.el +++ b/core/core-modules.el @@ -119,7 +119,8 @@ non-nil." (unless no-config-p (maphash (doom-module-loader doom-module-config-file) doom-modules) (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)))))) ;;