From 599c1ed84668d6936dcc5d5f3a22309bd0a3fa9b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 10 Sep 2024 16:30:27 +0100 Subject: [PATCH] Apheleia enable remote formatting (using 'local) --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index aff99d6..0cfba81 100644 --- a/README.org +++ b/README.org @@ -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))))