branch: externals/ergoemacs-mode
commit 4c27ce9ef36b206dd527d85bca444bada0f26f38
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Unset keys in compilation mode
---
ergoemacs-themes.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 6b8d8e4..b62e869 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -1266,6 +1266,8 @@ calling any other ergoemacs-set-* function"
(add-hook 'dired-load-hook #'ergoemacs-install-dired-bindings)
+(with-eval-after-load 'compile (ergoemacs-unset-keys-in-map
compilation-mode-map))
+
(ergoemacs-translation normal ()
"Identify transformation"
:keymap (let ((map (make-sparse-keymap)))