branch: externals/ergoemacs-mode
commit 1ca781fbb3d25c1de4874af62c662a1f9a684d5a
Author: Walter Landry <wlan...@caltech.edu>
Commit: Walter Landry <wlan...@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