1
0

tramp speed over ssh significantly increased by cache and vc ignore

This commit is contained in:
zdm 2021-02-04 18:41:32 -07:00
parent 85e24317ae
commit 837350316f

View File

@ -552,3 +552,10 @@
;; Use internal pin
(setenv "GPG_AGENT_INFO" nil)
;;; Tramp
;; https://emacs.stackexchange.com/a/37855
(setq remote-file-name-inhibit-cache nil)
(setq vc-ignore-dir-regexp
(format "%s\\|%s" vc-ignore-dir-regexp tramp-file-name-regexp))