Set corfu-auto off for all tramp connections

Add remote-disable-apheleia profile to freia as well as heimdall
This commit is contained in:
Evie Litherland-Smith 2024-01-15 08:20:20 +00:00
parent d6d6909e48
commit 454674e871

View file

@ -701,9 +701,17 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
'((corfu-auto . nil)))
(connection-local-set-profiles
'(:application tramp :machine "heimdall")
'remote-disable-apheleia
'(:application tramp)
'remote-no-corfu-auto)
(connection-local-set-profiles
'(:application tramp :machine "heimdall")
'remote-disable-apheleia)
(connection-local-set-profiles
'(:application tramp :machine "freia")
'remote-disable-apheleia)
#+end_src
* Development Environment