From 991e398312591dcd55fe83a83d2aeeb929fa9b08 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 12 Jan 2024 13:06:57 +0000 Subject: [PATCH] Disable corfu-auto for remote connections --- README.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4948870..83133c0 100644 --- a/README.org +++ b/README.org @@ -685,9 +685,14 @@ For reference information, see [[https://orgmode.com][Org-mode website]] '((apheleia-mode . nil) (apheleia-inhibit . t))) + (connection-local-set-profile-variables + 'remote-no-corfu-auto + '((corfu-auto . nil))) + (connection-local-set-profiles '(:application tramp :machine "heimdall") - 'remote-disable-apheleia) + 'remote-disable-apheleia + 'remote-no-corfu-auto) #+end_src * Development Environment