summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2016-02-06 14:55:35 -0500
committerJohn Wiegley <johnw@newartisans.com>2016-02-06 14:56:43 -0500
commitee8ac83641e35d87bc9d476e15db313041686627 (patch)
tree69c914ba1b3fdc49a0f004e50c93ce13b1b7f9e5
parent2b967a3c18c9d053f7b071e65a273a2ffd23c6c3 (diff)
downloademacs-ee8ac83641.tar.gz
Add an autoload cookie for `use-package'
-rw-r--r--lisp/use-package/use-package.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 98bbc417e65..1bd6a929d1f 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -1023,6 +1023,7 @@ deferred until the prefix key sequence is pressed."
;; The main macro
;;
+;;;###autoload
(defmacro use-package (name &rest args)
"Declare an Emacs package by specifying a group of configuration options.