mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(cli): load cli libs from doom.el
This simplifies the entry point for loading Doom (and/or its CLI framework).
This commit is contained in:
@ -353,6 +353,9 @@ Otherwise, `en/disable-command' (in novice.el.gz) is hardcoded to write them to
|
||||
|
||||
;; ...then load *the* one
|
||||
(require 'doom-lib)
|
||||
;; ...and in batch session, load our CLI framework
|
||||
(when noninteractive
|
||||
(require 'doom-cli-lib))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user