mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
map "C-h g" to describe-char
This commit is contained in:
@ -316,8 +316,8 @@
|
|||||||
(:map help-map
|
(:map help-map
|
||||||
"l" #'find-library
|
"l" #'find-library
|
||||||
"L" #'view-lossage
|
"L" #'view-lossage
|
||||||
"h" #'describe-face ; overwrite `view-hello-file'
|
"h" #'describe-face ; more useful than `view-hello-file'
|
||||||
"g" nil)) ; annoying to trigger accidentally
|
"g" #'describe-char)) ; more useful than `describe-gnu-project'
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user