all repos — nixfiles @ af6db3aab7323722c11be334afcac0c9fd6c93f9

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

Emacs: Ignore TRAMP directories for VC

Alan Pearce
commit

af6db3aab7323722c11be334afcac0c9fd6c93f9

parent

e2d85d381b0a3e827e9bf37dd6c527d6b08044d6

1 file changed, 4 insertions(+), 1 deletion(-)

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