Skip to content

Commit 2fcedff

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-code-change.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Argument ARG is the prefix argument."
130130
(final-prompt
131131
(concat initial-prompt
132132
(when region-text
133-
(concat "Selected region: \n"
133+
(concat "\nSelected region:\n"
134134
(when region-location-info
135135
(concat region-location-info "\n"))
136136
region-text))

0 commit comments

Comments
 (0)