Fix use-package autoload
This commit is contained in:
parent
30893b0ff1
commit
9e07940b7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue