From 1f3fa61c2b5a1ae61409b621739155154fa4e408 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 3 Sep 2018 04:36:46 +0200 Subject: [PATCH] Allow debugging in doom quickstart --- core/core-cli.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-cli.el b/core/core-cli.el index 8d1c63618..b620e9dc5 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -268,7 +268,7 @@ problems with doom." (user-error "Refusing to upgrade because Doom has been modified. Stash or undo your changes")) (with-temp-buffer (let ((buf (current-buffer))) - (condition-case e + (condition-case-unless-debug e (progn (process-file "git" nil buf nil "remote" "remove" doom-repo-remote) (unless (zerop (process-file "git" nil buf nil "remote" "add"