fix(everywhere): update cli command

To accommodate changes recently made to Doom's CLI framework.

Ref: 6c0b7e1530
This commit is contained in:
Henrik Lissner 2022-06-22 01:27:03 +02:00
parent 3ea9051890
commit 93fc74a143
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -2,4 +2,4 @@
(defcli! () ()
"Spawn an emacsclient window for quick edits."
(throw :exit "emacsclient --eval '(emacs-everywhere)'"))
(exit! "emacsclient --eval '(emacs-everywhere)'"))