From d9785b94ca12358054141c6e2c668d44f2912ef2 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sat, 14 Feb 2026 18:28:10 -0500 Subject: [PATCH] tweak: rebind `doom/escape` to `evil-force-normal-state` This does essentially the same thing, but behaves slightly nicer. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index ea3dd9a..7cc8cfb 100644 --- a/config.org +++ b/config.org @@ -1090,7 +1090,7 @@ Seeing as it's practically the Evil Emacs version of =C-g=, I often end up accid (map! :map evil-normal-state-map "C-q" #'evil-record-macro ;; Reasonable alternative - "q" #'doom/escape) + "q" #'evil-force-normal-state) #+end_src *** Creating New Projects