fix(cli): add extra package checks
So the doctor doesn't complain about pseudo packages, like revealjs, which is not actually an Emacs package, we're just using straight.el to install it for org-re-reveal.
This commit is contained in:
parent
79f1d29722
commit
cfb533043f
1 changed files with 2 additions and 3 deletions
|
@ -258,9 +258,8 @@ in."
|
|||
(eval (doom-package-get name :ignore))
|
||||
(plist-member (doom-package-get name :recipe) :local-repo)
|
||||
(locate-library (symbol-name name))
|
||||
;; (doom-package-built-in-p name)
|
||||
;; (doom-package-installed-p name)
|
||||
)
|
||||
(doom-package-built-in-p name)
|
||||
(doom-package-installed-p name))
|
||||
do (print! (error "Missing emacs package: %S") name))
|
||||
(let ((inhibit-message t))
|
||||
(load doctor-file 'noerror 'nomessage)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue