Fix typo in ellama use-package

This commit is contained in:
Evie Litherland-Smith 2024-10-14 07:43:32 +01:00
parent 660bc7dfa3
commit 5bbd5a1b1f

View file

@ -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=