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