Replace doom/what-face with describe-char

describe-char produces the same information and much more.
This commit is contained in:
Henrik Lissner 2019-03-13 01:37:55 -04:00
parent e50157bcec
commit 5e5ae456bb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 35 deletions

View file

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