Allow debugging in doom quickstart
This commit is contained in:
parent
786ab9e7b5
commit
1f3fa61c2b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue