diff --git a/home/emacs/doom/config.el b/home/emacs/doom/config.el index c16361bc..062e11bb 100644 --- a/home/emacs/doom/config.el +++ b/home/emacs/doom/config.el @@ -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"