mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(everywhere): update cli command
To accommodate changes recently made to Doom's CLI framework.
Ref: 6c0b7e1530
This commit is contained in:
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
(defcli! () ()
|
(defcli! () ()
|
||||||
"Spawn an emacsclient window for quick edits."
|
"Spawn an emacsclient window for quick edits."
|
||||||
(throw :exit "emacsclient --eval '(emacs-everywhere)'"))
|
(exit! "emacsclient --eval '(emacs-everywhere)'"))
|
||||||
|
Reference in New Issue
Block a user