Mark package as selected with package-install
Fixes https://github.com/jwiegley/use-package/issues/327
This commit is contained in:
@@ -477,9 +477,7 @@ manually updated package."
|
||||
(if (package-installed-p package)
|
||||
t
|
||||
(if (or (assoc package package-archive-contents) no-refresh)
|
||||
(if (boundp 'package-selected-packages)
|
||||
(package-install package t)
|
||||
(package-install package))
|
||||
(package-install package)
|
||||
(progn
|
||||
(package-refresh-contents)
|
||||
(use-package-ensure-elpa package t)))))
|
||||
|
||||
Reference in New Issue
Block a user