fix(everywhere): update cli command
To accommodate changes recently made to Doom's CLI framework.
Ref: 6c0b7e1530
This commit is contained in:
parent
3ea9051890
commit
93fc74a143
1 changed files with 1 additions and 1 deletions
|
@ -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)'"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue