From b48b2703fe153d703602f3e4930a7bb78e8d0053 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 22 Nov 2021 11:18:16 +0100 Subject: [PATCH] [Emac] Better keybinds --- org/config/emacs.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index d22b5fd..bc76e38 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2691,13 +2691,13 @@ compilation buffer, as well as enable some syntax highlighting. (phundrak/evil :keymaps 'compilation-mode-map "g" nil - "r" #'recompile + "r" nil + "R" #'recompile "h" nil) (phundrak/leader-key "R" #'recompile) :config (setq compilation-scroll-output t)) - #+end_src *** Eshell @@ -4991,7 +4991,7 @@ comma. "C" '(:ignore :which-key "checkdoc") "Cc" #'checkdoc "Cs" #'checkdoc-start - "e" '(nil :which-key "eval") + "e" '(:ignore :which-key "eval") "eb" #'eval-buffer "ed" #'eval-defun "ee" #'eval-last-sexp