projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b967a3
)
Add an autoload cookie for `use-package'
author
John Wiegley
<johnw@newartisans.com>
Sat, 6 Feb 2016 19:55:35 +0000
(14:55 -0500)
committer
John Wiegley
<johnw@newartisans.com>
Sat, 6 Feb 2016 19:56:43 +0000
(14:56 -0500)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 98bbc417e6548b19ad36bdfdf3cfffafccdcc13e..1bd6a929d1f223fd9028d273d0a9e0ca894eaf80 100644
(file)
--- 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.