Allow debugging in doom quickstart

This commit is contained in:
Henrik Lissner 2018-09-03 04:36:46 +02:00
parent 786ab9e7b5
commit 1f3fa61c2b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -268,7 +268,7 @@ problems with doom."
(user-error "Refusing to upgrade because Doom has been modified. Stash or undo your changes")) (user-error "Refusing to upgrade because Doom has been modified. Stash or undo your changes"))
(with-temp-buffer (with-temp-buffer
(let ((buf (current-buffer))) (let ((buf (current-buffer)))
(condition-case e (condition-case-unless-debug e
(progn (progn
(process-file "git" nil buf nil "remote" "remove" doom-repo-remote) (process-file "git" nil buf nil "remote" "remove" doom-repo-remote)
(unless (zerop (process-file "git" nil buf nil "remote" "add" (unless (zerop (process-file "git" nil buf nil "remote" "add"