mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix doom-package-private-p
This commit is contained in:
@ -86,7 +86,7 @@ Excludes packages that have a non-nil :built-in property."
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom-package-private-p (package)
|
(defun doom-package-private-p (package)
|
||||||
"Return non-nil if PACKAGE was installed by the user's private config."
|
"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
|
;;;###autoload
|
||||||
(defun doom-package-protected-p (package)
|
(defun doom-package-protected-p (package)
|
||||||
|
Reference in New Issue
Block a user