Disable corfu-auto for remote connections

This commit is contained in:
Evie Litherland-Smith 2024-01-12 13:06:57 +00:00
parent b8b5d505d5
commit 991e398312

View file

@ -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