(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.
This commit is contained in:
2024-04-14 14:34:56 +06:30
parent da9a14331f
commit b31efd7b2c

View File

@@ -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)