mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core/core-cli: only load the libraries we need
This commit is contained in:
@ -5,8 +5,11 @@
|
|||||||
;; Eagerly load these libraries because we may be in a session that hasn't been
|
;; 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
|
;; fully initialized (e.g. where autoloads files haven't been generated or
|
||||||
;; `load-path' populated).
|
;; `load-path' populated).
|
||||||
(mapc (doom-rpartial #'load nil (not doom-debug-mode) 'nosuffix)
|
(load! "autoload/cli")
|
||||||
(file-expand-wildcards (concat doom-core-dir "autoload/*.el")))
|
(load! "autoload/debug")
|
||||||
|
(load! "autoload/files")
|
||||||
|
(load! "autoload/format")
|
||||||
|
(load! "autoload/plist")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user