mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
(allout-keybindings-list): Remove C-h binding to allow users to ask
for help.
This commit is contained in:
parent
27164217c2
commit
3cc8b5ba1e
@ -136,7 +136,7 @@ unless optional third, non-nil element is present.")
|
||||
; Exposure commands:
|
||||
("\C-i" allout-show-children)
|
||||
("\C-s" allout-show-current-subtree)
|
||||
("\C-h" allout-hide-current-subtree)
|
||||
;; ("\C-h" allout-hide-current-subtree)
|
||||
("\C-t" allout-toggle-current-subtree-exposure)
|
||||
("h" allout-hide-current-subtree)
|
||||
("\C-o" allout-show-current-entry)
|
||||
|
Loading…
Reference in New Issue
Block a user