Fix doom-package-private-p

This commit is contained in:
Henrik Lissner 2019-07-26 15:25:30 +02:00
parent 6a9a127b0f
commit e70998228a
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -86,7 +86,7 @@ Excludes packages that have a non-nil :built-in property."
;;;###autoload
(defun doom-package-private-p (package)
"Return non-nil if PACKAGE was installed by the user's private config."
(doom-package-get package :private))
(assq :private (doom-package-get package :modules)))
;;;###autoload
(defun doom-package-protected-p (package)