branch: externals/ellama commit c4a1fcd7e8683bface4dd7b08db45361e5fd0064 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Simplify ellama binding Changed the keybinding for ellama from "C-c e" to call `ellama` alias. Updated both README.org and ellama.info accordingly. --- README.org | 4 ++-- ellama.info | Bin 45364 -> 45324 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index ba82ee2bec..0e3822f21d 100644 --- a/README.org +++ b/README.org @@ -34,7 +34,7 @@ You can customize ellama configuration like this: #+BEGIN_SRC emacs-lisp (use-package ellama :ensure t - :bind ("C-c e" . ellama-transient-main-menu) + :bind ("C-c e" . ellama) ;; send last message in chat buffer with C-c C-c :hook (org-ctrl-c-ctrl-c-final . ellama-chat-send-last-message) :init (setopt ellama-auto-scroll t) @@ -50,7 +50,7 @@ More sofisticated configuration example: #+BEGIN_SRC emacs-lisp (use-package ellama :ensure t - :bind ("C-c e" . ellama-transient-main-menu) + :bind ("C-c e" . ellama) ;; send last message in chat buffer with C-c C-c :hook (org-ctrl-c-ctrl-c-final . ellama-chat-send-last-message) :init diff --git a/ellama.info b/ellama.info index 5bb0b8ea30..b8e366ec6c 100644 Binary files a/ellama.info and b/ellama.info differ