Remove superfluous quote on error handlers

This commit is contained in:
Henrik Lissner 2017-02-03 20:10:03 -05:00
parent 37aeb19bd6
commit 10d46b3dc0
2 changed files with 4 additions and 4 deletions

View file

@ -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"))))