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:
@ -21,7 +21,7 @@
|
||||
;;
|
||||
;; Hacks should be kept in alphabetical order, named after the feature they
|
||||
;; modify, and should follow a ;;;## package-name header line (if not using
|
||||
;; `after!' or `def-package!').
|
||||
;; `after!' or `use-package!').
|
||||
|
||||
;;
|
||||
;;; Core functions
|
||||
|
Reference in New Issue
Block a user