mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Restore an earlier fix to
Fixes https://github.com/jwiegley/use-package/issues/167 GitHub-reference: https://github.com/jwiegley/use-package/issues/53
This commit is contained in:
parent
9385ab417a
commit
03ea5d6dbf
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ the user specified.")
|
|||
,(format "Configuring package %s"
|
||||
name-string)
|
||||
,@config-body)))
|
||||
(list `(eval-after-load ,name-string
|
||||
(list `(eval-after-load ,(if (stringp name) name `',name)
|
||||
',body)))))
|
||||
`((use-package-with-elapsed-timer
|
||||
,(format "Loading package %s" name-string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue