Merge pull request from PhilHudson/master

Properly enable runtime dependency for :idle stanza (issue https://github.com/jwiegley/use-package/issues/60)
GitHub-reference: https://github.com/jwiegley/use-package/issues/61
This commit is contained in:
John Wiegley 2013-10-15 10:37:27 -07:00
commit c3cbe3a69a

View file

@ -542,6 +542,7 @@ For full documentation. please see commentary.
(when idle-body
(setq init-body
`(progn
(require 'use-package)
(use-package-init-on-idle (lambda () ,idle-body))
,init-body)))