diff options
author | noa | 2025-02-17 15:02:21 +0800 |
---|---|---|
committer | noa | 2025-02-17 15:02:21 +0800 |
commit | 1ae92f8a422308caed068b0d258ddeecca1b782b (patch) | |
tree | 9b6ac62ad6fb8a1af6879715b8fc8efdcb30b3fc | |
parent | 1762bb40a56c482563937d95592b60caf2c7843c (diff) |
Remove unused tramp configuration
-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 |