mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix use-package autoload
This commit is contained in:
@ -493,7 +493,7 @@ added, if the file exists."
|
|||||||
;; Use-package modifications
|
;; Use-package modifications
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(autoload 'use-package "use-package-core" nil 'macro)
|
(autoload 'use-package "use-package-core" nil nil t)
|
||||||
|
|
||||||
;; Adds the :after-call custom keyword to `use-package' (and consequently,
|
;; Adds the :after-call custom keyword to `use-package' (and consequently,
|
||||||
;; `def-package!'). :after-call takes a symbol ro list of symbols. These symbols
|
;; `def-package!'). :after-call takes a symbol ro list of symbols. These symbols
|
||||||
|
Reference in New Issue
Block a user