branch: externals/ellama
commit 430657f3f3d44bf9243014cae8371f2fe911f267
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Add define word command to transient menu
Added new command 'Define word' to the transient menu in
ellama.el.
---
ellama.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ellama.el b/ellama.el
index 0c21cc8bfc..c544636ddd 100644
--- a/ellama.el
+++ b/ellama.el
@@ -2400,7 +2400,8 @@ Call CALLBACK on result list of strings. ARGS contains
keys for fine control.
("t" "Translate Commands" ellama-transient-translate-menu)
("m" "Make Commands" ellama-transient-make-menu)
("k" "Text Complete" ellama-complete)
- ("g" "Text change" ellama-change)]]
+ ("g" "Text change" ellama-change)
+ ("d" "Define word" ellama-define-word)]]
[["System"
("S" "Session Commands" ellama-transient-session-menu)
("x" "Context Commands" ellama-transient-context-menu)