Add apheleia-remote-algorithm for format over SSH

This commit is contained in:
Evie Litherland-Smith 2023-10-18 11:32:04 +01:00
parent 4d9f9851a7
commit 644f29106b

View file

@ -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"