This commit is contained in:
Zelong Kuang
2026-04-08 15:25:39 +10:00
parent 14ecd3b17a
commit 3490e9daa9
12 changed files with 72 additions and 70 deletions

View File

@@ -3,9 +3,9 @@
(use-package gptel
:defer t
:bind (("C-c l s" . gptel-send)
("C-c l m" . gptel-menu))
("C-c l m" . gptel-menu))
:config
(setq gptel-model 'claude-sonnet-4.5)
(setq gptel-model 'gpt-5.2-codex)
(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