[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/gptel 3d0df72bd3 027/273: gptel-transient: linting for MEL
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/gptel 3d0df72bd3 027/273: gptel-transient: linting for MELPA |
Date: |
Wed, 1 May 2024 10:01:30 -0400 (EDT) |
branch: elpa/gptel
commit 3d0df72bd34d0676309dabc052d4d6564c9a0e61
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
gptel-transient: linting for MELPA
---
gptel-transient.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gptel-transient.el b/gptel-transient.el
index a2b39d99f9..f40f8da6e2 100644
--- a/gptel-transient.el
+++ b/gptel-transient.el
@@ -160,9 +160,9 @@ will get progressively longer!"
:class 'transient-lisp-variable
:variable 'gptel--temperature
:key "t"
- :reader '(lambda (_ initial history)
- (read-from-minibuffer "Set temperature (0.0-2.0, leave empty for
default): "
- (number-to-string gptel--temperature))))
+ :reader (lambda (_ initial history)
+ (read-from-minibuffer "Set temperature (0.0-2.0, leave empty for
default): "
+ (number-to-string gptel--temperature))))
(transient-define-suffix gptel--suffix-send-existing ()
"Send query in existing chat session."
@@ -215,9 +215,9 @@ will get progressively longer!"
"# Example: You are a poet. Reply only in verse.\n\n")
(set-marker msg-start (point))
(insert (buffer-local-value 'gptel--system-message orig-buf))
- (goto-char (line-beginning-position))
+ (beginning-of-line)
(push-mark)
- (goto-char (line-end-position))
+ (end-of-line)
(activate-mark)
(display-buffer (current-buffer)
`((display-buffer-below-selected)
- [nongnu] elpa/gptel c9d362a3e9 153/273: gptel-transient: Set model when redirecting to new buffer, (continued)
- [nongnu] elpa/gptel c9d362a3e9 153/273: gptel-transient: Set model when redirecting to new buffer, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 9126bed43f 159/273: gptel: Set window when doing auto-scrolling, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 85bd47cb4c 164/273: README: Add support for llama.cpp, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 4d01dddf7d 155/273: gptel, gptel-curl: Address checkdoc warnings, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel e5357383ce 166/273: gptel: Appease byte-compiler and linter, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel d5b10c3d6d 169/273: gptel: gptel-model can be an arbitrary string, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel d6ef79f621 177/273: gptel-transient: Show descriptions of directives, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 0690c8b6a9 161/273: gptel-transient: Exit transient when writing directive, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 149261ee79 211/273: gptel-transient: Avoid clashes with the custom directive key (#219), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel dd5833eef3 023/273: gptel: Improve gptel-mode setup, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 3d0df72bd3 027/273: gptel-transient: linting for MELPA,
ELPA Syncer <=
- [nongnu] elpa/gptel 2982ede17d 255/273: gptel-org: Add gptel-org, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 9bc54bed9c 244/273: gptel-transient: Remove "-ts" suffix from major mode (#259), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 9a5a4a60d5 248/273: README: Mention wiki entry on saving transient flags, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 8dbcbbb908 256/273: gptel-org: Move session save/restore code for Org, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 1b47235e25 071/273: README: Add section on gptel-request, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel bb8b37d8c0 100/273: gptel, gptel-curl: Fix byte-compile warnings, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 219e163dc7 091/273: gptel-curl: Add gptel-abort, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel a660e13a8b 106/273: gptel, gptel-transient: Fix read temperature from minibuffer (#85), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel c0ffce0849 110/273: gptel: Fix reading bounds in org files (#98), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 648fa228a1 115/273: gptel: Fix check for markdown-mode (#109), ELPA Syncer, 2024/05/01