mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
Fix doom//*... again
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user