Apheleia enable remote formatting (using 'local)

This commit is contained in:
Evie Litherland-Smith 2024-09-10 16:30:27 +01:00
parent b087e93928
commit 599c1ed846

View file

@ -1387,7 +1387,7 @@ Configure email with iCalendar event support, to integrate with
apheleia-mode-alist)
:bind (("C-c c f" . apheleia-format-buffer))
:hook (prog-mode)
:custom (apheleia-remote-algorithm 'cancel)
:custom (apheleia-remote-algorithm 'local)
:config
(add-to-list 'apheleia-mode-alist '(python-ts-mode . (ruff ruff-isort)))
(add-to-list 'apheleia-mode-alist '(python-mode . (ruff ruff-isort))))