General reformatting & minor refactors
This commit is contained in:
parent
43975d3cd4
commit
c82faf7f10
5 changed files with 7 additions and 7 deletions
|
@ -372,7 +372,7 @@ package.el as appropriate."
|
|||
(cl-check-type name symbol)
|
||||
(doom-initialize-packages)
|
||||
(unless (package-installed-p name)
|
||||
(user-error "%s isn't installed" name))
|
||||
(error "%s isn't installed" name))
|
||||
(when (doom-package-different-backend-p name)
|
||||
(user-error "%s's backend has changed and must be uninstalled first" name))
|
||||
(when (or force-p (doom-package-outdated-p name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue