branch: externals/ellama
commit 2b75043cd6f7cb8cb9e1ff0e923ed0a342c67ea2
Merge: 7120417f7c f4461f8fd5
Author: Sergey Kostyaev <s-kosty...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #216 from Sventimir/readme-update
    
    Add `:ensure t` clause to example use-package config.
---
 README.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.org b/README.org
index 2eb2d86c1b..54de73d9f2 100644
--- a/README.org
+++ b/README.org
@@ -33,6 +33,7 @@ In that case you should customize ellama configuration like 
this:
 
 #+BEGIN_SRC  emacs-lisp
 (use-package ellama
+  :ensure t
   :bind ("C-c e" . ellama-transient-main-menu)
   :init
   ;; setup key bindings

Reply via email to