Fix void-variable error when installing packages
Caused by a haphazardly refactor in f6dc6ac7
.
This commit is contained in:
parent
81428f5bcf
commit
adf143a853
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ example; the package name can be omitted)."
|
||||||
(package-install name))
|
(package-install name))
|
||||||
(if (not (package-installed-p name))
|
(if (not (package-installed-p name))
|
||||||
(doom--delete-package-files name)
|
(doom--delete-package-files name)
|
||||||
(setf (alist-get name alist) plist)
|
(setf (alist-get name doom-packages) plist)
|
||||||
name)))
|
name)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue