mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-07 06:22:32 -08:00
Properly enable runtime dependency for :idle stanza (issue)
See issue https://github.com/jwiegley/use-package/issues/60. GitHub-reference: https://github.com/jwiegley/use-package/issues/60
This commit is contained in:
parent
e8b5ea3b70
commit
a116fc2136
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