[Emacs] Fix default bound comma and space keys in Info-mode

This commit is contained in:
Lucien Cartier-Tilet 2021-10-25 16:58:19 +02:00
parent 248100e013
commit 7e8a6866e3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -2888,6 +2888,10 @@ Lets 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