Set readonly bindings for compilation mode

This commit is contained in:
John McFarland 2022-01-17 17:25:15 -06:00 committed by Youmu
parent dbfe2d7d22
commit 5cc50418d0
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
(defun evil-collection-compile-setup ()
"Set up `evil' bindings for `compile'."
(evil-set-initial-state 'compilation-mode 'normal)
(evil-collection-set-readonly-bindings 'compilation-mode-map)
(dolist (keymap evil-collection-compile-maps)