Trying to make TRAMP faster

This commit is contained in:
Andrea Ciceri 2023-10-17 11:27:40 +02:00
parent c99617dc84
commit a8ba7dbaac
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -70,11 +70,13 @@
(use-package tramp
:config
;; TODO ugly `ccr' hardcoded
;; TODO ugly `ccr' hardcoded, moreover this makes sense only when connecting to NixOS machines
(add-to-list 'tramp-remote-path "/home/ccr/.nix-profile/bin" 't)
(add-to-list 'tramp-remote-path "/etc/profiles/per-user/ccr/bin" 't)
(add-to-list 'tramp-remote-path "/run/current-system/sw/bin" 't)
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
:custom
(tramp-use-ssh-controlmaster-options nil) ;; makes tramp use ~/.ssh/config
)
(use-package dracula-theme