From 5bbd5a1b1ffede7bc73328d60648d4b084edb76e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 14 Oct 2024 07:43:32 +0100 Subject: [PATCH] Fix typo in ellama use-package --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d512fb7..ec24786 100644 --- a/README.org +++ b/README.org @@ -680,7 +680,7 @@ Configure email with iCalendar event support, to integrate with #+begin_src emacs-lisp (if (executable-find "ollama" nil) (add-to-list 'package-selected-packages 'ellama)) -(use-package 'ellama +(use-package ellama :if (package-installed-p 'ellama)) #+end_src ** Initial copy from =init.el=