diff --git a/config.org b/config.org index e71341b..c1be4ef 100644 --- a/config.org +++ b/config.org @@ -1062,8 +1062,9 @@ Seeing as it's practically the Evil Emacs version of =C-g=, I often end up accid #+begin_src emacs-lisp (map! :map evil-normal-state-map - "q" nil - "C-q" #'evil-record-macro) + "C-q" #'evil-record-macro + ;; Reasonable alternative + "q" #'doom/escape) #+end_src *** Creating New Projects