From 30b82ca13a1f840d38a4bbfc35edca5cfe712796 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Mon, 17 Oct 2022 09:41:38 -0700 Subject: [PATCH] Fix bug and address warning Such an obvious bug, committed quite some time ago, shows how often I restart Emacs. --- ha-config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ha-config.org b/ha-config.org index efc0552..694591e 100644 --- a/ha-config.org +++ b/ha-config.org @@ -409,7 +409,7 @@ Can we change Evil at this point? Some tips: circe-chat-mode circe-query-mode vterm-mode)) - (add-to-list 'evil-emacs-state-modes mode) + (add-to-list 'evil-emacs-state-modes mode)) (evil-mode)) #+end_src @@ -1568,6 +1568,9 @@ Can we call these /applications/? Can not live without [[https://magit.vc/][Magit]], a Git porcelain for Emacs. I stole the bulk of this work from Doom Emacs. #+begin_src emacs-lisp (use-package magit + ;; See https://github.com/magit/magit/wiki/Emacsclient for why we need to set: + :custom (with-editor-emacsclient-executable "/usr/local/bin/emacsclient") + :config ;; The following code re-instates my General Leader key in Magit. (general-unbind magit-mode-map "SPC")