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

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

[elpa] externals/ergoemacs-mode 1ca781f 145/325: Fix info mode


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 1ca781f 145/325: Fix info mode
Date: Sat, 23 Oct 2021 18:48:40 -0400 (EDT)

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

    Fix info mode
---
 ergoemacs-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 93080ef..6b3195d 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -1266,6 +1266,8 @@ calling any other ergoemacs-set-* function"
 
 (with-eval-after-load 'message (ergoemacs-unset-keys-in-map message-mode-map))
 
+(with-eval-after-load 'info (ergoemacs-unset-keys-in-map Info-mode-map))
+
 (defun ergoemacs-install-magit-bindings ()
   (ergoemacs-unset-keys-in-map magit-mode-map)
   (ergoemacs-unset-keys-in-map magit-blame-mode-map)



reply via email to

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