diff options
-rw-r--r-- | emacs/init.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emacs/init.el b/emacs/init.el index 61f00b5..b5c879e 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -780,20 +780,6 @@ With prefix argument TIME, also add the current time." (tramp-verbose 3)) ;; (add-to-list 'tramp-remote-path 'tramp-own-remote-path) -;; I only use git, and this apparently speeds up tramp. -(use-package vc-hooks - :after vc - :custom - (vc-handled-backends '(Git))) - -;; It seems that tramp can also be made faster with these .ssh/config settings. - -;; Host * -;; ControlMaster auto -;; ControlPath ~/.ssh/master-%h:%p -;; ControlPersist 10m -;; ForwardAgent yes -;; ServerAliveInterval 60 ;;; Window management ;; Don't override display actions when i manually initiate a buffer switch. (use-package window |