Replace vestigial references to def-package!
def-package! is deprecated and is replaced with use-package! to reduce confusion about its purpose and connection to use-package.
This commit is contained in:
parent
016f6c1b8b
commit
31ccd9be78
4 changed files with 4 additions and 4 deletions
|
@ -544,7 +544,7 @@ If prefix arg is present, refresh the cache."
|
|||
|
||||
;;;###autoload
|
||||
(defun doom/help-package-config (package)
|
||||
"Jump to any `def-package!', `after!' or ;;;###package block for PACKAGE.
|
||||
"Jump to any `use-package!', `after!' or ;;;###package block for PACKAGE.
|
||||
|
||||
This only searches `doom-emacs-dir' (typically ~/.emacs.d) and does not include
|
||||
config blocks in your private config."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue