From 7e8a6866e3e0a3b721f0ba3f148ccb6fa8db7aaf Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 25 Oct 2021 16:58:19 +0200 Subject: [PATCH] [Emacs] Fix default bound comma and space keys in Info-mode --- org/config/emacs.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 37dbb94..e68426a 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2888,6 +2888,10 @@ Let’s define some more intuitive keybinds for ~info-mode~. :defer t :straight (info :type built-in :build t) :general + (:keymaps 'Info-mode-map + :states '(normal emacs) + "SPC" nil + "," nil) (:keymaps 'Info-mode-map :states 'normal "c" #'Info-prev