From af6db3aab7323722c11be334afcac0c9fd6c93f9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 21 Dec 2016 12:39:11 +0000 Subject: Emacs: Ignore TRAMP directories for VC --- tag-emacs/emacs.d/init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 352f6ef..45f3e81 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -475,7 +475,10 @@ occasions that I’m working with something other than git. :defer t :bind (("C-x v C" . vc-resolve-conflicts)) :config (progn - (setq vc-follow-symlinks t))) + (setq vc-follow-symlinks t) + (setq vs-ignore-dir-regexp (format "\\(%s\\)\\|\\(%s\\)" + vc-ignore-dir-regexp + tramp-file-name-regexp)))) #+END_SRC ** git-gutter-fringe -- cgit 1.4.1