Merge pull request from matklad/master
fix quotation error GitHub-reference: https://github.com/jwiegley/use-package/issues/245
This commit is contained in:
@@ -910,7 +910,7 @@ deferred until the prefix key sequence is pressed."
|
||||
config-body)
|
||||
`((if (not ,(use-package-load-name name t))
|
||||
(ignore
|
||||
(message (format "Could not load %s" name)))
|
||||
(message (format "Could not load %s" ',name)))
|
||||
,@config-body)))))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Reference in New Issue
Block a user