From c29e1cd673c432b8c3ead67318cc679e0c60305d Mon Sep 17 00:00:00 2001 From: Karthik Chikmagalur Date: Sun, 9 Apr 2023 04:22:11 -0700 Subject: [PATCH] gptel-transient: Minor formatting changes. * gptel-transient.el (gptel-system-prompt): Formatting changes. --- gptel-transient.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gptel-transient.el b/gptel-transient.el index 49dd8dd..773a58b 100644 --- a/gptel-transient.el +++ b/gptel-transient.el @@ -117,7 +117,9 @@ You are a poet. Reply only in verse. Customize `gptel-directives' for task-specific prompts." [:description (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 :pad-keys t (gptel--suffix-system-message)