emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 4c27ce9 141/325: Unset keys in compilati


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 4c27ce9 141/325: Unset keys in compilation mode
Date: Sat, 23 Oct 2021 18:48:40 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 4c27ce9ef36b206dd527d85bca444bada0f26f38
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]