From 58fa2b1c7df74329423debca2c896f7d3af03969 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 24 Jun 2020 18:40:41 -0400 Subject: [PATCH] Fix projectile-vc not working on remotes Mentioned in #3437 --- modules/tools/magit/config.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index db65900d4..09e3cb49c 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -15,11 +15,7 @@ ;; Don't autosave repo buffers. This is too magical, and saving can ;; trigger a bunch of unwanted side-effects, like save hooks and ;; formatters. Trust us to know what we're doing. - magit-save-repository-buffers nil - ;; Magit runs git *a lot*. Having to scan your PATH so many times can - ;; add up with each invokation, especially on Catalina (macOS) or - ;; Windows, so we resolve it once. - magit-git-executable (executable-find magit-git-executable)) + magit-save-repository-buffers nil) (add-hook 'magit-process-mode-hook #'goto-address-mode) (defadvice! +magit-revert-repo-buffers-deferred-a (&rest _)