[Emacs] Fix default bound comma and space keys in Info-mode
This commit is contained in:
parent
248100e013
commit
7e8a6866e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user