We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7719001 commit fcdbd6cCopy full SHA for fcdbd6c
aidermacs.el
@@ -369,7 +369,7 @@ set `aidermacs-default-chat-mode' to 'architect' instead."
369
(aider-version (aidermacs-aider-version))
370
371
;; New code: determine startup mode and warnings
372
- (startup-mode aidermacs-default-chat-mode)
+ (startup-mode (or aidermacs-default-chat-mode 'code))
373
(needs-chat-flag (and startup-mode (not (eq startup-mode 'code))))
374
(architect? (eq startup-mode 'architect)))
375
(let* ((backend-args
0 commit comments