mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
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:
commit
c3cbe3a69a
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ For full documentation. please see commentary.
|
||||||
(when idle-body
|
(when idle-body
|
||||||
(setq init-body
|
(setq init-body
|
||||||
`(progn
|
`(progn
|
||||||
|
(require 'use-package)
|
||||||
(use-package-init-on-idle (lambda () ,idle-body))
|
(use-package-init-on-idle (lambda () ,idle-body))
|
||||||
,init-body)))
|
,init-body)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue