From b31efd7b2c4fd495d188650a1761a673ec74c97e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 14 Apr 2024 14:34:56 +0630 Subject: (Emacs/config)~g is not bound in compilation-mode-map This means I can use, say, ~gg~ to go to the top of the buffer without recompiling. --- Emacs/.config/emacs/config.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Emacs/.config') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index cd788ce..c113a7b 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1050,6 +1050,9 @@ Colourising the compilation buffer so ANSI colour codes get computed. (nmmap :keymaps 'compilation-mode-map "c" #'recompile) + (general-def + :keymaps 'compilation-mode-map + "g" nil) ;; by default this is recompile :display ("\\*compilation\\*" (display-buffer-reuse-window display-buffer-at-bottom) -- cgit v1.2.3-13-gbd6f