Set corfu-auto off for all tramp connections
Add remote-disable-apheleia profile to freia as well as heimdall
This commit is contained in:
parent
d6d6909e48
commit
454674e871
12
README.org
12
README.org
|
@ -701,9 +701,17 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
'((corfu-auto . nil)))
|
'((corfu-auto . nil)))
|
||||||
|
|
||||||
(connection-local-set-profiles
|
(connection-local-set-profiles
|
||||||
'(:application tramp :machine "heimdall")
|
'(:application tramp)
|
||||||
'remote-disable-apheleia
|
|
||||||
'remote-no-corfu-auto)
|
'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
|
#+end_src
|
||||||
|
|
||||||
* Development Environment
|
* Development Environment
|
||||||
|
|
Loading…
Reference in a new issue