From 444e4115646cd945129ee353688944b406dd6891 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 29 Nov 2024 08:16:21 +0000 Subject: [PATCH] Switch apheleia python back to using black --- README.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.org b/README.org index 5b680b6..cbdf8ef 100644 --- a/README.org +++ b/README.org @@ -1380,10 +1380,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 '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)))) + :custom (apheleia-remote-algorithm 'local)) (use-package flymake :bind (("C-c C-." . flymake-goto-next-error)