diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-07 15:32:24 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-07 15:32:24 -0700 |
commit | f78ee8a763dc1c692113e1d306b69dd800738977 (patch) | |
tree | 7c942d3e21d960638f92a983747d46acb5ce6953 | |
parent | fix snippet for elisp's headers (diff) | |
download | emacs.d-f78ee8a763dc1c692113e1d306b69dd800738977.tar.gz |
don't use tramp
-rw-r--r-- | config/init-file.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/init-file.el b/config/init-file.el index 9c4e803..9443372 100644 --- a/config/init-file.el +++ b/config/init-file.el @@ -34,11 +34,6 @@ (setq recentf-max-saved-items 2000) (setq recentf-save-file (user-data "recentf")) -(require 'tramp) -(setq tramp-default-method "ssh") -(setq tramp-auto-save-directory "~/.cache/emacs/backups") -(setq tramp-ssh-controlmaster-options "-o ControlMaster=auto -o ControlPath='tramp.%%C'") - (use-package autorevert :custom (auto-revert-use-notify nil) |