mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-variable error when installing packages
Caused by a haphazardly refactor in f6dc6ac7
.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user