diff options
-rw-r--r-- | common/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 1cc30a8..1aebc7b 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -2577,7 +2577,7 @@ Only works on a single file." (if-let* ((dir (or dir (eshell/pwd))) (prj (project-current nil dir)) (dir (project-root prj)) - (vc (vc-responsible-backend dir))) + (vc (vc-responsible-backend dir 'noerror))) (let* ((dirty (if (my/vc-dirty-p dir) "*" "")) |