Fix persistent-soft Make dependency
Add `persistent-soft` to `doom-protected-packages` to avoid install failure.
This commit is contained in:
parent
25da22e32e
commit
458d9022e1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ package's name as a symbol, and whose CDR is the plist supplied to its
|
||||||
`@package' declaration.")
|
`@package' declaration.")
|
||||||
|
|
||||||
(defvar doom-protected-packages
|
(defvar doom-protected-packages
|
||||||
'(quelpa use-package)
|
'(persistent-soft quelpa use-package)
|
||||||
"A list of packages that must be installed (and will be auto-installed if
|
"A list of packages that must be installed (and will be auto-installed if
|
||||||
missing) and shouldn't be deleted.")
|
missing) and shouldn't be deleted.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue