diff --git a/core/core-cli.el b/core/core-cli.el index 7ae183275..5cde55b4b 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -2,10 +2,10 @@ (require 'seq) -;; Eagerly load these libraries because we may be in a session that -;; hasn't been fully initialized (e.g. where autoloads files haven't -;; been generated or `load-path' populated). -(mapc (doom-rpartial #'load 'noerror 'nomessage) +;; Eagerly load these libraries because we may be in a session that hasn't been +;; fully initialized (e.g. where autoloads files haven't been generated or +;; `load-path' populated). +(mapc (doom-rpartial #'load nil (not doom-debug-mode) 'nosuffix) (file-expand-wildcards (concat doom-core-dir "autoload/*.el")))