This commit is contained in:
Zelong Kuang
2025-11-21 01:05:13 +11:00
parent b431e63bd3
commit c8c650ee5f
5 changed files with 13 additions and 70 deletions

View File

@@ -65,12 +65,6 @@
(add-hook 'post-command-hook #'my-yas-try-expanding-auto-snippets)
)
(use-package! gptel
:config
(setq gptel-model 'claude-sonnet-4.5)
(setq gptel-backend (gptel-make-gh-copilot "Copilot"))
)
(use-package! rainbow-delimiters
:hook ((prog-mode . rainbow-delimiters-mode)
(typst-ts-mode . rainbow-delimiters-mode)