]> git.eshelyaron.com Git - emacs.git/commitdiff
Establish autoloads after :init
authorJohn Wiegley <johnw@newartisans.com>
Thu, 21 Jun 2012 02:35:50 +0000 (21:35 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 21 Jun 2012 02:35:53 +0000 (21:35 -0500)
lisp/use-package/use-package.el

index 2d1182a083552d74bc76ff700873adf636241a37..204dcae4a71cb49f292f3b2d3ed5517785ff230a 100644 (file)
                       commands)
 
                 `(when ,(or predicate t)
-                   ,@form
                    ,init-body
+                   ,@form
                    ,(unless (null config-body)
                       `(eval-after-load ,name-string
                          '(if ,requires-test