diff --git a/modules/app/everywhere/cli.el b/modules/app/everywhere/cli.el index 1445da41f..369b7a1f8 100644 --- a/modules/app/everywhere/cli.el +++ b/modules/app/everywhere/cli.el @@ -2,4 +2,4 @@ (defcli! () () "Spawn an emacsclient window for quick edits." - (throw :exit "emacsclient --eval '(emacs-everywhere)'")) + (exit! "emacsclient --eval '(emacs-everywhere)'"))