Replace doom/what-face with describe-char
describe-char produces the same information and much more.
This commit is contained in:
parent
e50157bcec
commit
5e5ae456bb
2 changed files with 1 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue