[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 7ff0c82d73 11/37: Fix linter warning
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 7ff0c82d73 11/37: Fix linter warning |
Date: |
Sat, 8 Mar 2025 06:58:34 -0500 (EST) |
branch: externals/ellama
commit 7ff0c82d732204f7cda9b313cb484825707acac7
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@gmail.com>
Fix linter warning
---
ellama.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ellama.el b/ellama.el
index b80372de8d..204b10a779 100644
--- a/ellama.el
+++ b/ellama.el
@@ -1327,7 +1327,7 @@ ARGS contains keys for fine control.
(collection (pcase source
('user ellama-blueprints)
('community (ellama-community-prompts-ensure))
- (t (seq-union
+ (_ (seq-union
ellama-blueprints
(ellama-community-prompts-ensure)
(lambda (blueprint1 blueprint2)
- [elpa] externals/ellama updated (19bf5ed03f -> e370c3f23a), ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 829aa9aca4 02/37: Add command to create new blueprint from existing one, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 96e970566a 06/37: Change ellama-blueprint-mode parent to text-mode, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama a276b01f0a 14/37: Add blueprints documentation to readme, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 2f151d2b39 28/37: Update summarization prompt template and function, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 2b2f4242b0 18/37: Trim prefix for ellama-code-complete, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama db415af6ac 09/37: Refactor blueprint creation functions and add transient menu, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama c2256c633d 25/37: Extracted ellama context management functionality to a new file, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 1d5c5ecdb1 13/37: Add function to run chat with llm using blueprint, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 7ff0c82d73 11/37: Fix linter warning,
ELPA Syncer <=
- [elpa] externals/ellama 078a94f1d8 10/37: Remove debug messages from `ellama.el`, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama d3e3e38cc3 26/37: Remove fill-region from ellama-blueprint-select, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama f373c50e3f 03/37: WIP: highlight variables in `ellama-blueprint-mode`, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama c4edfd05ef 05/37: Fix typo in buffer variable name, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 376f0dc63c 15/37: Remove optional argument in prompt selection function, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 97cebc8714 20/37: Fix syntax in documentation, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 447c4ddd88 17/37: Enhance ellama-complete filtering, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 286a714692 34/37: Imrove `ellama-transient-set-system` docstring., ELPA Syncer, 2025/03/08
- [elpa] externals/ellama 9f614f397d 36/37: Add transient menu for blueprint mode commands, ELPA Syncer, 2025/03/08
- [elpa] externals/ellama e370c3f23a 37/37: Merge pull request #253 from s-kostyaev/user-defined-blueprints, ELPA Syncer, 2025/03/08