private/hlissner/+bindings: add find-library & describe-face to help-map
This commit is contained in:
parent
e265431507
commit
9ff0723903
1 changed files with 4 additions and 5 deletions
|
@ -377,9 +377,8 @@
|
||||||
(:after view
|
(:after view
|
||||||
(:map view-mode-map "<escape>" #'View-quit-all))
|
(:map view-mode-map "<escape>" #'View-quit-all))
|
||||||
|
|
||||||
(:after help-mode
|
|
||||||
(:map help-map
|
(:map help-map
|
||||||
;; Remove slow/annoying help subsections
|
"l" #'find-library
|
||||||
"h" nil
|
"h" #'describe-face ; overwrite `view-hello-file'
|
||||||
"g" nil)))
|
"g" nil))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue