Disable tramp-direct-async-process due to hangs
This commit is contained in:
parent
b374fc57e2
commit
3883a90da3
9
init.el
9
init.el
@ -262,9 +262,9 @@ Interactively, force the recompile if called with a prefix."
|
|||||||
:custom
|
:custom
|
||||||
(tramp-file-name-with-method "doas")
|
(tramp-file-name-with-method "doas")
|
||||||
:config
|
:config
|
||||||
(connection-local-set-profile-variables
|
;; (connection-local-set-profile-variables
|
||||||
'direct-async
|
;; 'direct-async
|
||||||
'((tramp-direct-async-process . t)))
|
;; '((tramp-direct-async-process . t)))
|
||||||
(connection-local-set-profile-variables
|
(connection-local-set-profile-variables
|
||||||
'error-only
|
'error-only
|
||||||
'((tramp-verbose . 1)))
|
'((tramp-verbose . 1)))
|
||||||
@ -282,7 +282,8 @@ Interactively, force the recompile if called with a prefix."
|
|||||||
(tramp-enable-method (intern method)))
|
(tramp-enable-method (intern method)))
|
||||||
(connection-local-set-profiles
|
(connection-local-set-profiles
|
||||||
`(:method ,method)
|
`(:method ,method)
|
||||||
'error-only 'direct-async 'enable-dir-locals
|
;; 'direct-async
|
||||||
|
'error-only 'enable-dir-locals
|
||||||
'apheleia-remote-local)))
|
'apheleia-remote-local)))
|
||||||
|
|
||||||
(use-package midnight
|
(use-package midnight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user