Remove superfluous quote on error handlers
This commit is contained in:
parent
37aeb19bd6
commit
10d46b3dc0
2 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ avoided to speed up startup."
|
|||
(unless (package-installed-p pkg)
|
||||
(error "Couldn't install %s" pkg)))
|
||||
doom-protected-packages)
|
||||
('error
|
||||
(error
|
||||
(delete-directory doom-packages-dir t)
|
||||
(error "There was an error initializing DOOM. Try running it again"))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue