Remove :defer nil from Apheleia

Was causing some issues with loading
This commit is contained in:
Evie Litherland-Smith 2023-12-21 10:22:07 +00:00
parent 4cd4372401
commit f352222ef5

View file

@ -740,7 +740,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package apheleia (use-package apheleia
:ensure t :ensure t
:defer nil
: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 'local) :custom (apheleia-remote-algorithm 'local)