Better tramp defaults

This commit is contained in:
James Cherti
2025-04-18 09:32:39 -04:00
parent 1f81090a9b
commit bfef6edd78

View File

@@ -114,6 +114,10 @@
;; Position underlines at the descent line instead of the baseline. ;; Position underlines at the descent line instead of the baseline.
(setq x-underline-at-descent-line t) (setq x-underline-at-descent-line t)
(setq tramp-verbose 1)
(setq tramp-completion-reread-directory-timeout 50)
(setq remote-file-name-inhibit-cache 50)
;;; Files ;;; Files
;; Delete by moving to trash in interactive mode ;; Delete by moving to trash in interactive mode