map "C-h g" to describe-char

This commit is contained in:
Henrik Lissner 2017-05-18 01:29:27 +02:00
parent fa2fbcbffe
commit 77b2ceef64

View file

@ -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'
;; ;;