From 9e07940b7ce386e22e68fb9f364f9c768c0a3c1c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 24 May 2018 21:17:45 +0200 Subject: [PATCH] Fix use-package autoload --- core/core-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index f91ee5e1d..b258e1ece 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -493,7 +493,7 @@ added, if the file exists." ;; 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, ;; `def-package!'). :after-call takes a symbol ro list of symbols. These symbols