summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2017-12-01 00:46:45 -0800
committerJohn Wiegley <johnw@newartisans.com>2017-12-01 00:46:45 -0800
commitf674a75b6145b8f7eb7e2430405f7cf394e4f2b5 (patch)
treee12e54952f5ceb7519feab1e5bf24bebaec21342 /lisp/use-package/use-package.el
parent2c618e17c6f6ef024a4ea30fec2a5fbf12d2b2f1 (diff)
downloademacs-f674a75b6145b8f7eb7e2430405f7cf394e4f2b5.tar.gz
emacs-f674a75b6145b8f7eb7e2430405f7cf394e4f2b5.tar.bz2
emacs-f674a75b6145b8f7eb7e2430405f7cf394e4f2b5.zip
Move :hook before :defer
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r--lisp/use-package/use-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index c6c83f7e3d2..b3afefe1490 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -160,8 +160,8 @@ the user specified."
:commands
:defines
:functions
- :defer
:hook
+ :defer
:custom
:custom-face
:init