From f352222ef5d8705e0e0ad8cf95a488ee44440b02 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 21 Dec 2023 10:22:07 +0000 Subject: [PATCH] Remove :defer nil from Apheleia Was causing some issues with loading --- README.org | 1 - 1 file changed, 1 deletion(-) diff --git a/README.org b/README.org index fe48a41..a4a4e1e 100644 --- a/README.org +++ b/README.org @@ -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)