From 3883a90da3f602e7689cb8a5c8981693f229f1ff Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 24 Feb 2025 19:11:04 -0800 Subject: [PATCH] Disable tramp-direct-async-process due to hangs --- init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 1ed53c9..2f48edc 100644 --- a/init.el +++ b/init.el @@ -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