Remove :defer nil from Apheleia
Was causing some issues with loading
This commit is contained in:
parent
4cd4372401
commit
f352222ef5
|
@ -740,7 +740,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
#+begin_src emacs-lisp
|
||||
(use-package apheleia
|
||||
:ensure t
|
||||
:defer nil
|
||||
:bind (("C-c c f" . apheleia-format-buffer))
|
||||
:hook (prog-mode)
|
||||
:custom (apheleia-remote-algorithm 'local)
|
||||
|
|
Loading…
Reference in a new issue