Add apheleia-remote-algorithm for format over SSH
This commit is contained in:
parent
4d9f9851a7
commit
644f29106b
|
@ -165,6 +165,10 @@
|
|||
'(("ssh" "/bin/bash")
|
||||
("sshx" "/bin/bash"))))
|
||||
|
||||
;; Apheleia settings
|
||||
(after! apheleia
|
||||
(setq apheleia-remote-algorithm 'local))
|
||||
|
||||
;; TRAMP host specific configs
|
||||
(after! tramp
|
||||
(setq tramp-default-method "sshx"
|
||||
|
|
Loading…
Reference in a new issue