Disable the Elisp reformat since it messes with the comments

This commit is contained in:
Ohad Livne 2025-06-04 22:47:11 +03:00
parent e99c4e31ed
commit aaef41cfae
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -196,6 +196,7 @@
(use-package apheleia (use-package apheleia
:config :config
(apheleia-global-mode) (apheleia-global-mode)
(setf (alist-get 'emacs-lisp-mode apheleia-mode-alist nil 'remove) nil)
(setf (alist-get 'python-mode apheleia-mode-alist) (setf (alist-get 'python-mode apheleia-mode-alist)
'(ruff-isort ruff)) '(ruff-isort ruff))
(setf (alist-get 'python-ts-mode apheleia-mode-alist) (setf (alist-get 'python-ts-mode apheleia-mode-alist)