Fix void-variable error when installing packages

Caused by a haphazardly refactor in f6dc6ac7.
This commit is contained in:
Henrik Lissner 2018-06-23 20:11:43 +02:00
parent 81428f5bcf
commit adf143a853
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -345,7 +345,7 @@ example; the package name can be omitted)."
(package-install name))
(if (not (package-installed-p name))
(doom--delete-package-files name)
(setf (alist-get name alist) plist)
(setf (alist-get name doom-packages) plist)
name)))
;;;###autoload