Replace SPC h p with doom/help-packages
Now that it supersedes describe-packages in functionality.
This commit is contained in:
parent
990896ac9c
commit
0733a6dfac
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ Doing so is equivalent to:
|
|||
(buffer-string)))
|
||||
(unless (equal (vc-git-working-revision doom-emacs-dir) rev)
|
||||
(error "Failed to checkout latest commit.\n\n%s" (buffer-string))))
|
||||
(doom-refresh)
|
||||
(doom-refresh 'force)
|
||||
(doom-packages-update doom-auto-accept)
|
||||
(message "Done! Please restart Emacs for changes to take effect")))
|
||||
(user-error
|
||||
|
|
|
@ -258,7 +258,7 @@
|
|||
;; replaces `view-emacs-news' b/c it's on C-n too
|
||||
"n" #'doom/help-news
|
||||
;; replaces `finder-by-keyword'
|
||||
"p" #'describe-package
|
||||
"p" #'doom/help-packages
|
||||
;; replaces `describe-package' b/c redundant w/ `doom/describe-package'
|
||||
"P" #'find-library)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue