forked from colonelpanic/dotfiles
[Emacs] Reindent kat specific aphelia configuration
This commit is contained in:
parent
583f9bfa0f
commit
3b322d6d7e
@ -149,10 +149,11 @@ This makes evil-mode play nice with org-fc
|
||||
* Disable autoflake
|
||||
#+begin_src emacs-lisp
|
||||
(use-package apheleia
|
||||
:demand t
|
||||
:config
|
||||
(progn
|
||||
(setf (alist-get 'python-mode apheleia-mode-alist)
|
||||
'(isort black))
|
||||
(setf (alist-get 'python-ts-mode apheleia-mode-alist)
|
||||
(alist-get 'python-mode apheleia-mode-alist))))
|
||||
'(isort black))
|
||||
(setf (alist-get 'python-ts-mode apheleia-mode-alist)
|
||||
(alist-get 'python-mode apheleia-mode-alist))))
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user