Fix typo in ellama use-package
This commit is contained in:
parent
660bc7dfa3
commit
5bbd5a1b1f
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue