Disable tramp-direct-async-process due to hangs

This commit is contained in:
Alexander Rosenberg 2025-02-24 19:11:04 -08:00
parent b374fc57e2
commit 3883a90da3
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -262,9 +262,9 @@ Interactively, force the recompile if called with a prefix."
:custom
(tramp-file-name-with-method "doas")
:config
(connection-local-set-profile-variables
'direct-async
'((tramp-direct-async-process . t)))
;; (connection-local-set-profile-variables
;; 'direct-async
;; '((tramp-direct-async-process . t)))
(connection-local-set-profile-variables
'error-only
'((tramp-verbose . 1)))
@ -282,7 +282,8 @@ Interactively, force the recompile if called with a prefix."
(tramp-enable-method (intern method)))
(connection-local-set-profiles
`(:method ,method)
'error-only 'direct-async 'enable-dir-locals
;; 'direct-async
'error-only 'enable-dir-locals
'apheleia-remote-local)))
(use-package midnight