Benchmark, raindow parenthesis, ef themes

This commit is contained in:
Zelong Kuang
2025-11-19 11:40:37 +11:00
parent 0963313dbb
commit b431e63bd3
4 changed files with 11 additions and 21 deletions

View File

@@ -145,18 +145,12 @@ Configuration
#+end_src
*** LLM (gptel)
#+begin_src emacs-lisp :tangle packages.el
(package! gptel :recipe (:nonrecursive t))
#+end_src
#+begin_src emacs-lisp
(use-package! gptel
:config
(setq! gptel-api-key "e994f45f9b46cc8608bd2e9cd508417255514e96913b1764aab612512aa66449")
(setq gptel-model 'claude-sonnet-4.5)
(setq gptel-backend (gptel-make-gh-copilot "Copilot"))
(map! "M-s RET" #'gptel-send)
(map! "M-s m" #'gptel-menu)
)
#+end_src
*** Rainbow delimiters
@@ -318,3 +312,4 @@ Configuration
)
#+end_src