Skip to content

Commit f8b09d9

Browse files
tninjaCopilot
andauthored
Update ai-code-discussion.el
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 56ffc16 commit f8b09d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-code-discussion.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ CLIPBOARD-CONTEXT is optional clipboard text to append as context."
127127
(final-prompt
128128
(concat question
129129
(when region-text
130-
(concat "Selected region: \n"
130+
(concat "\nSelected region:\n"
131131
(when region-location-info
132132
(concat region-location-info "\n"))
133133
region-text))

0 commit comments

Comments
 (0)