SPC h p -> describe-package

We already have doom/help-packages on SPC h d p
This commit is contained in:
Henrik Lissner 2019-05-06 22:09:43 -04:00
parent f97b5b70e3
commit c324992f7a
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -243,7 +243,7 @@
;; replaces `view-emacs-news' b/c it's on C-n too
"n" #'doom/help-news
;; replaces `finder-by-keyword'
"p" #'doom/describe-package
"p" #'describe-package
;; replaces `describe-package' b/c redundant w/ `doom/describe-package'
"P" #'find-library)