[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
|
:defer t
|
||||||
:straight (info :type built-in :build t)
|
:straight (info :type built-in :build t)
|
||||||
:general
|
:general
|
||||||
|
(:keymaps 'Info-mode-map
|
||||||
|
:states '(normal emacs)
|
||||||
|
"SPC" nil
|
||||||
|
"," nil)
|
||||||
(:keymaps 'Info-mode-map
|
(:keymaps 'Info-mode-map
|
||||||
:states 'normal
|
:states 'normal
|
||||||
"c" #'Info-prev
|
"c" #'Info-prev
|
||||||
|
Loading…
Reference in New Issue
Block a user