mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
private/hlissner/+bindings: add find-library & describe-face to help-map
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user