Disable corfu-auto for remote connections
This commit is contained in:
parent
b8b5d505d5
commit
991e398312
|
@ -685,9 +685,14 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
'((apheleia-mode . nil)
|
'((apheleia-mode . nil)
|
||||||
(apheleia-inhibit . t)))
|
(apheleia-inhibit . t)))
|
||||||
|
|
||||||
|
(connection-local-set-profile-variables
|
||||||
|
'remote-no-corfu-auto
|
||||||
|
'((corfu-auto . nil)))
|
||||||
|
|
||||||
(connection-local-set-profiles
|
(connection-local-set-profiles
|
||||||
'(:application tramp :machine "heimdall")
|
'(:application tramp :machine "heimdall")
|
||||||
'remote-disable-apheleia)
|
'remote-disable-apheleia
|
||||||
|
'remote-no-corfu-auto)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Development Environment
|
* Development Environment
|
||||||
|
|
Loading…
Reference in a new issue