Fix setting of tramp-use-ssh-controlmaster-options.

This commit is contained in:
tastytea 2021-08-17 13:12:30 +02:00
parent 1f370df818
commit 332f41f92c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 2 deletions

View File

@ -24,8 +24,10 @@
(tramp-connection-timeout 20) (tramp-connection-timeout 20)
(tramp-auto-save-directory (tramp-auto-save-directory
(concat user-emacs-directory "backups/") "Auto-save locally.")) (concat user-emacs-directory "backups/") "Auto-save locally."))
:config (add-to-list :config (progn
'tramp-remote-path 'tramp-own-remote-path)) ; Respect remote PATH. (add-to-list
'tramp-remote-path 'tramp-own-remote-path) ; Respect remote PATH.
(setq tramp-use-ssh-controlmaster-options nil))) ; TEST: :custom didn't get applied.
;; Run server on TCP socket if: ;; Run server on TCP socket if:
;; - Our EUID is not 0, ;; - Our EUID is not 0,