[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 3f20c1b194 06/25: Update README with detailed de
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 3f20c1b194 06/25: Update README with detailed description of Ellama minor modes |
Date: |
Fri, 28 Mar 2025 15:58:54 -0400 (EDT) |
branch: externals/ellama
commit 3f20c1b1949e6cefa45b4596e11c2007cee7447f
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@gmail.com>
Update README with detailed description of Ellama minor modes
Added comprehensive documentation for various Ellama minor modes, including
their descriptions, usage, and customization options. This update helps
users
understand how to utilize these features effectively within Emacs for better
session management and context awareness.
---
README.org | 28 ++++++++++++++++++++++++++++
ellama.info | Bin 45731 -> 47372 bytes
2 files changed, 28 insertions(+)
diff --git a/README.org b/README.org
index 3ed44bbf9c..57539849cb 100644
--- a/README.org
+++ b/README.org
@@ -498,6 +498,34 @@ argument generated text string.
** Minor modes
+The Ellama package for Emacs offers a suite of minor modes designed to enhance
+the user experience by providing context-specific information directly within
+the editor's interface. These minor modes focus on updating both the header
line
+and mode line with relevant details, making it easier to manage and navigate
+multiple sessions and buffers.
+
+Key features include:
+
+- *Context Header Line Modes*: ~ellama-context-header-line-mode~ and its global
+ counterpart, ~ellama-context-header-line-global-mode~, update the header line
+ to display what elements are added to the global Ellama context. This is
+ particularly useful for keeping track of what information is currently in
+ context.
+- *Context Mode Line Modes*: Similarly, ~ellama-context-mode-line-mode~ and
+ ~ellama-context-mode-line-global-mode~ provide information about the
+ current global context directly within the mode line, ensuring that users
+ always have relevant information at a glance.
+- *Session Header Line Mode*: ~ellama-session-header-line-mode~ and its global
+ version display the current Ellama session ID in the header line, helping
+ users manage multiple sessions efficiently.
+- *Session Mode Line Mode*: ~ellama-session-mode-line-mode~ and its global
+ counterpart offer an additional way to track session IDs by displaying them
+ in the mode line.
+
+These minor modes are easily toggled on or off using specific commands,
+providing flexibility for users who may want to enable these features globally
+across all buffers or selectively within individual buffers.
+
*** ellama-context-header-line-mode
*Description:*
diff --git a/ellama.info b/ellama.info
index c4ef60c069..bc30d01943 100644
Binary files a/ellama.info and b/ellama.info differ
- [elpa] externals/ellama 84d2f3bc6f 04/25: Update README with transient menu recommendation, (continued)
- [elpa] externals/ellama 84d2f3bc6f 04/25: Update README with transient menu recommendation, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama c9bb37913c 01/25: Add manual generation functionality for Ellama, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 63a6dd5016 07/25: Clean up README.org for Texinfo export, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 44de9e5acd 08/25: Update README.org and ellama.info with command descriptions, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama de56786afc 14/25: Fix version regex in ellama-manual.el, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 61c8d9f47a 12/25: Add GNU Free Documentation License, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama f00f7188cc 25/25: Merge pull request #307 from s-kostyaev/improve-context-documentation, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 2e09b2a8d6 18/25: Add functionality to set file name and save session, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 3ea615b952 15/25: Bump version, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 7f15450215 05/25: Add ellama command documentation, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 3f20c1b194 06/25: Update README with detailed description of Ellama minor modes,
ELPA Syncer <=
- [elpa] externals/ellama 6904cdc47b 13/25: Simplify marker creation in ellama.el, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 4b6e3e34df 16/25: Merge pull request #302 from s-kostyaev/add-info-manual, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 7d13c4c3a3 17/25: Set default directory for new sessions, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama d7160ee661 19/25: Check for existing session file in directory, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama dd25fc2bad 20/25: Fix typo in docstring, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 0fcf73d959 21/25: Bump version, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 858d53237b 22/25: Merge pull request #306 from s-kostyaev/fix-session-saving, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 8a26f71461 09/25: Update README.org and ellama-manual.el, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 574aaaeeca 10/25: Add GNU Free Documentation License to README.org, ELPA Syncer, 2025/03/28
- [elpa] externals/ellama 1982ee296e 11/25: Fix formatting in README.org, ELPA Syncer, 2025/03/28