emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ellama 25e3651219 06/11: feat: add keybindings for ask-


From: ELPA Syncer
Subject: [elpa] externals/ellama 25e3651219 06/11: feat: add keybindings for ask-line and ask-selection
Date: Mon, 18 Dec 2023 00:57:45 -0500 (EST)

branch: externals/ellama
commit 25e36512198a0d69d6dc543b4185732f8fdb9852
Author: LionyxML <rahul.juliato@gmail.com>
Commit: Rahul Martim Juliato <rahul.juliato@gmail.com>

    feat: add keybindings for ask-line and ask-selection
---
 README.md | 2 ++
 ellama.el | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 02f3ab0793..4ba440766e 100644
--- a/README.md
+++ b/README.md
@@ -203,6 +203,8 @@ Ellama, using the `C-x e` prefix:
 | "m f"  | ellama-make-format         | Make format                        |
 | "a a"  | ellama-ask-about           | Ask about                          |
 | "a i"  | ellama-ask-interactive     | Chat with ellama (Interactive)     |
+| "a l"  | ellama-ask-line            | Ask about current line             |
+| "a s"  | ellama-ask-selection       | Ask about selection                |
 | "t"    | ellama-translate           | Translate the selected region      |
 | "d"    | ellama-define-word         | Define selected word               |
 
diff --git a/ellama.el b/ellama.el
index 378fe326ce..05acabb068 100644
--- a/ellama.el
+++ b/ellama.el
@@ -142,6 +142,8 @@
                   ;; ask
                   ("a a" ellama-ask-about "Ask about")
                   ("a i" ellama-ask-interactive "Chat with ellama")
+                  ("a l" ellama-ask-line "Ask about current line")
+                  ("a s" ellama-ask-selection "Ask about selection")
                   ;; other
                   ("t"   ellama-translate "Translate the selected region")
                   ("d"   ellama-define-word "Define selected word"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]