mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Improve TRAMP performance with SSH ControlMaster and persistent sockets
This commit is contained in:
13
dotfiles/desktop/.emacs.d/lisp/tools/tramp.el
Normal file
13
dotfiles/desktop/.emacs.d/lisp/tools/tramp.el
Normal file
@@ -0,0 +1,13 @@
|
||||
;;; tramp.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package tramp
|
||||
:config
|
||||
(setq tramp-use-ssh-controlmaster-options t)
|
||||
(setq tramp-chunksize 500)
|
||||
(setq tramp-verbose 0)
|
||||
(setq tramp-gvfs-wget "wget --quiet")
|
||||
(setq tramp-cache-read-persistent-cache t))
|
||||
|
||||
(provide 'tools/tramp)
|
||||
|
||||
;;; tramp.el ends here
|
||||
Reference in New Issue
Block a user