mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't load core-cli on doom/reload
Hopefully addresses "Device 1 is not a termcap terminal device" errors, due to core-cli changing `debugger`. core-cli should never be loaded in an interactive session anyway. Possibly fixes #4849
This commit is contained in:
@ -74,7 +74,6 @@ package list, and lastly, reloads your private config.el.
|
||||
|
||||
Runs `doom-after-reload-hook' afterwards."
|
||||
(interactive)
|
||||
(require 'core-cli)
|
||||
(when (and IS-WINDOWS (file-exists-p doom-env-file))
|
||||
(message "Can't regenerate envvar file from within Emacs. Run 'doom env' from the console"))
|
||||
;; In case doom/reload is run before incrementally loaded packages are loaded,
|
||||
|
Reference in New Issue
Block a user