Skip to content

Commit cab5628

Browse files
committed
Change default image context location to user
1 parent 8baf6cb commit cab5628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eca-chat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Must be a positive integer."
186186
:type 'integer
187187
:group 'eca)
188188

189-
(defcustom eca-chat-yank-image-context-location 'system
189+
(defcustom eca-chat-yank-image-context-location 'user
190190
"Where to paste images from clipboard."
191191
:type '(choice (const :tag "System context area" system)
192192
(const :tag "user context area" user))

0 commit comments

Comments
 (0)