Skip to content

Commit fcdbd6c

Browse files
AzkaeMatthewZMD
authored andcommitted
fix default chat mode: defaults to 'code
1 parent 7719001 commit fcdbd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aidermacs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ set `aidermacs-default-chat-mode' to 'architect' instead."
369369
(aider-version (aidermacs-aider-version))
370370

371371
;; New code: determine startup mode and warnings
372-
(startup-mode aidermacs-default-chat-mode)
372+
(startup-mode (or aidermacs-default-chat-mode 'code))
373373
(needs-chat-flag (and startup-mode (not (eq startup-mode 'code))))
374374
(architect? (eq startup-mode 'architect)))
375375
(let* ((backend-args

0 commit comments

Comments
 (0)