Apheleia enable remote formatting (using 'local)
This commit is contained in:
parent
b087e93928
commit
599c1ed846
|
@ -1387,7 +1387,7 @@ Configure email with iCalendar event support, to integrate with
|
||||||
apheleia-mode-alist)
|
apheleia-mode-alist)
|
||||||
:bind (("C-c c f" . apheleia-format-buffer))
|
:bind (("C-c c f" . apheleia-format-buffer))
|
||||||
:hook (prog-mode)
|
:hook (prog-mode)
|
||||||
:custom (apheleia-remote-algorithm 'cancel)
|
:custom (apheleia-remote-algorithm 'local)
|
||||||
:config
|
:config
|
||||||
(add-to-list 'apheleia-mode-alist '(python-ts-mode . (ruff ruff-isort)))
|
(add-to-list 'apheleia-mode-alist '(python-ts-mode . (ruff ruff-isort)))
|
||||||
(add-to-list 'apheleia-mode-alist '(python-mode . (ruff ruff-isort))))
|
(add-to-list 'apheleia-mode-alist '(python-mode . (ruff ruff-isort))))
|
||||||
|
|
Loading…
Reference in a new issue