Skip to content

Commit 2d10caf

Browse files
author
xenodium
committed
Adds missing 'request property in compose text
1 parent 5ef5986 commit 2d10caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chatgpt-shell-prompt-compose.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ Optionally set its PROMPT."
311311
(insert (propertize (concat prompt "\n\n")
312312
'rear-nonsticky t
313313
'prompt t
314+
'request t
314315
'face font-lock-doc-face)))))
315316

316317
(defun chatgpt-shell-prompt-compose-send-buffer ()

0 commit comments

Comments
 (0)