This commit is contained in:
Zelong Kuang
2025-12-16 08:23:57 +11:00
parent 1c47483c1c
commit cf25aae545
8 changed files with 43 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
:config
(setq gptel-model 'claude-sonnet-4.5)
(setq gptel-backend (gptel-make-gh-copilot "Copilot"))
(setq gptel-default-mode #'org-mode)
(setq gptel-display-buffer-action nil) ; if user changes this, popup manager will bow out
)