From 93fc74a143b435b4dc011a5722699a354062b90e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 22 Jun 2022 01:27:03 +0200 Subject: [PATCH] fix(everywhere): update cli command To accommodate changes recently made to Doom's CLI framework. Ref: 6c0b7e1530a6 --- modules/app/everywhere/cli.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'"))