Fix doom//*... again
This commit is contained in:
parent
e105c93b17
commit
cfe501fab0
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom--cli-run (command &rest _args)
|
(defun doom--cli-run (command &rest _args)
|
||||||
|
(require 'core-cli)
|
||||||
|
(require 'core-packages)
|
||||||
(when (featurep 'general)
|
(when (featurep 'general)
|
||||||
(general-auto-unbind-keys))
|
(general-auto-unbind-keys))
|
||||||
(let* ((evil-collection-mode-list nil)
|
(let* ((evil-collection-mode-list nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue