mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace doom/what-face with describe-char
describe-char produces the same information and much more.
This commit is contained in:
@ -92,7 +92,7 @@
|
||||
;; Custom help keys -- these aren't under `+bindings' because they ought to be
|
||||
;; universal.
|
||||
(map! :map help-map
|
||||
"'" #'doom/what-face
|
||||
"'" #'describe-char
|
||||
"a" #'apropos ; replaces `apropos-command'
|
||||
"A" #'doom/describe-autodefs
|
||||
"B" #'doom/open-bug-report
|
||||
|
Reference in New Issue
Block a user