branch: externals/ellama
commit 50460810bf5f5a40670969eeec1da1fb32e59293
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Update README
Updated README.org with details of the new command and additional
configuration options related to text display and context buffer
styling.
---
README.org | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.org b/README.org
index d58465f66c..f5ca823e3f 100644
--- a/README.org
+++ b/README.org
@@ -253,6 +253,10 @@ Add selected region to context.
Add info node to context.
+*** ellama-context-reset
+
+Clear global context.
+
*** ellama-chat-translation-enable
Chat translation enable.
@@ -313,6 +317,7 @@ Ellama, using the ~ellama-keymap-prefix~ prefix (not set by
default):
| "x f" | ellama-context-add-file | Context add file |
| "x s" | ellama-context-add-selection | Context add selection |
| "x i" | ellama-context-add-info-node | Context add info node |
+| "x r" | ellama-context-reset | Context reset |
| "p s" | ellama-provider-select | Provider select |
** Configuration
@@ -371,6 +376,11 @@ argument generated text string.
- ~ellama-translate-italic~: Translate italic during markdown to org
transformations. Enabled by default.
- ~ellama-extraction-provider~: LLM provider for data extraction.
+- ~ellama-text-display-limit~: Limit for text display in context elements.
+- ~ellama-context-poshandler~: Position handler for displaying context buffer.
+ ~posframe-poshandler-frame-top-center~ will be used if not set.
+- ~ellama-context-border-width~: Border width for the context buffer.
+- ~ellama-context-element-padding-size~: Padding size for context elements.
** Acknowledgments