[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"))))
- [elpa] externals/ellama updated (11f601db8e -> 7b7e1d0bd5), ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 47cdc20c4e 01/11: feat/custom_keymap_and_line_breaking, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 90bf3fa2bd 04/11: feat: changes keybindings to closer match function names, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 25e3651219 06/11: feat: add keybindings for ask-line and ask-selection,
ELPA Syncer <=
- [elpa] externals/ellama 7331e5bb55 09/11: Merge pull request #7 from LionyxML/feat/custom_keymap_and_line_breaking, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama ed77311d57 08/11: doc: remove extra spaces, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 9677839c08 05/11: feat: keymap with new entries/aliases, add doc on new features, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama bc04c9e445 03/11: feat: fix identation, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 3be895911a 02/11: feat: fix linting and checkdoc - add more functions to keymap, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 7b7e1d0bd5 11/11: Minor fixes, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 4ad75605e5 10/11: Up version after adding keymap, ELPA Syncer, 2023/12/18
- [elpa] externals/ellama 5a1ac399a2 07/11: feat: fine tunes the keybindings / removes line-breaking option, ELPA Syncer, 2023/12/18