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
|
||||
(:map view-mode-map "<escape>" #'View-quit-all))
|
||||
|
||||
(:after help-mode
|
||||
(:map help-map
|
||||
;; Remove slow/annoying help subsections
|
||||
"h" nil
|
||||
"g" nil)))
|
||||
(:map help-map
|
||||
"l" #'find-library
|
||||
"h" #'describe-face ; overwrite `view-hello-file'
|
||||
"g" nil))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue