mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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."
|
||||
|
Reference in New Issue
Block a user