mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #26 from rjww/v2
Fix persistent-soft make dependency
This commit is contained in:
@ -56,7 +56,7 @@ package's name as a symbol, and whose CDR is the plist supplied to its
|
||||
`@package' declaration.")
|
||||
|
||||
(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
|
||||
missing) and shouldn't be deleted.")
|
||||
|
||||
|
Reference in New Issue
Block a user