Fix setting of tramp-use-ssh-controlmaster-options.
This commit is contained in:
parent
1f370df818
commit
332f41f92c
|
@ -24,8 +24,10 @@
|
|||
(tramp-connection-timeout 20)
|
||||
(tramp-auto-save-directory
|
||||
(concat user-emacs-directory "backups/") "Auto-save locally."))
|
||||
:config (add-to-list
|
||||
'tramp-remote-path 'tramp-own-remote-path)) ; Respect remote PATH.
|
||||
:config (progn
|
||||
(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:
|
||||
;; - Our EUID is not 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user