core-editor: remove help-fns+ & add helpful

This commit is contained in:
Henrik Lissner 2017-12-09 16:21:31 -05:00
parent 4a504a07aa
commit a8f4d85da3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 12 additions and 4 deletions

View file

@ -202,6 +202,7 @@
:desc "Find library" :n "l" #'find-library
:desc "Toggle Emacs log" :n "m" #'doom/popup-toggle-messages
:desc "Command log" :n "L" #'global-command-log-mode
:desc "At point" :n "." #'helpful-at-point
:desc "Describe function" :n "f" #'describe-function
:desc "Describe key" :n "k" #'describe-key
:desc "Describe char" :n "c" #'describe-char