private/hlissner/+bindings: add find-library & describe-face to help-map

This commit is contained in:
Henrik Lissner 2017-05-10 05:29:16 +02:00
parent e265431507
commit 9ff0723903

View file

@ -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))