summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-17 15:02:21 +0800
committernoa2025-02-17 15:02:21 +0800
commit1ae92f8a422308caed068b0d258ddeecca1b782b (patch)
tree9b6ac62ad6fb8a1af6879715b8fc8efdcb30b3fc /emacs/init.el
parent1762bb40a56c482563937d95592b60caf2c7843c (diff)
Remove unused tramp configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el14
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