Fix void-variable: package errors in doom doctor
Reported by @zaiste
This commit is contained in:
parent
b72a9373c1
commit
ca5ff92192
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@
|
||||||
(doom-package-prop name :ignore t)
|
(doom-package-prop name :ignore t)
|
||||||
(package-built-in-p name)
|
(package-built-in-p name)
|
||||||
(package-installed-p name))
|
(package-installed-p name))
|
||||||
do (error! "%s is not installed" (car package))))
|
do (error! "%s is not installed" name)))
|
||||||
(let ((doom--stage 'doctor))
|
(let ((doom--stage 'doctor))
|
||||||
(load doctor-file t t)))))
|
(load doctor-file t t)))))
|
||||||
(file-missing (error! "%s" (error-message-string ex)))
|
(file-missing (error! "%s" (error-message-string ex)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue