all repos — nixfiles @ af6db3aab7323722c11be334afcac0c9fd6c93f9

System and user configuration, managed by nix and home-manager

Emacs: Ignore TRAMP directories for VC
Alan Pearce alan@alanpearce.uk
Wed, 21 Dec 2016 12:39:11 +0000
commit

af6db3aab7323722c11be334afcac0c9fd6c93f9

parent

e2d85d381b0a3e827e9bf37dd6c527d6b08044d6

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -475,7 +475,10 @@ (use-package vc   :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