gptel-transient: Minor formatting changes.
* gptel-transient.el (gptel-system-prompt): Formatting changes.
This commit is contained in:
parent
c11e53061c
commit
c29e1cd673
1 changed files with 3 additions and 1 deletions
|
@ -117,7 +117,9 @@ You are a poet. Reply only in verse.
|
||||||
Customize `gptel-directives' for task-specific prompts."
|
Customize `gptel-directives' for task-specific prompts."
|
||||||
[:description
|
[:description
|
||||||
(lambda () (format "Directive: %s"
|
(lambda () (format "Directive: %s"
|
||||||
(truncate-string-to-width gptel--system-message (max (- (window-width) 14) 20) nil nil t)))
|
(truncate-string-to-width
|
||||||
|
gptel--system-message
|
||||||
|
(max (- (window-width) 14) 20) nil nil t)))
|
||||||
:class transient-column
|
:class transient-column
|
||||||
:pad-keys t
|
:pad-keys t
|
||||||
(gptel--suffix-system-message)
|
(gptel--suffix-system-message)
|
||||||
|
|
Loading…
Add table
Reference in a new issue