General refactor + cleanup
This commit is contained in:
parent
435fda0f41
commit
27bfa14def
4 changed files with 12 additions and 16 deletions
|
@ -224,7 +224,7 @@ Used by `doom/packages-install'."
|
|||
example; the package name can be omitted)."
|
||||
(doom-initialize-packages)
|
||||
(when (package-installed-p name)
|
||||
(user-error "%s is already installed, skipping" name))
|
||||
(user-error "%s is already installed" name))
|
||||
(let ((plist (or plist (cdr (assq name doom-packages))))
|
||||
(inhibit-message (not doom-debug-mode))
|
||||
(recipe (plist-get plist :recipe)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue