Compare commits

..

No commits in common. "72cb014e808c5017a393e51618940e9d6c511a87" and "40a87f666b08bc52c2cc971dcf14e434cfd504d9" have entirely different histories.

View file

@ -338,7 +338,7 @@
'( '(
(bash "https://github.com/tree-sitter/tree-sitter-bash") (bash "https://github.com/tree-sitter/tree-sitter-bash")
(cmake "https://github.com/uyha/tree-sitter-cmake") (cmake "https://github.com/uyha/tree-sitter-cmake")
(c-sharp "https://github.com/tree-sitter/tree-sitter-c-sharp") (csharp "https://github.com/tree-sitter/tree-sitter-c-sharp")
(css "https://github.com/tree-sitter/tree-sitter-css") (css "https://github.com/tree-sitter/tree-sitter-css")
(elisp "https://github.com/Wilfred/tree-sitter-elisp") (elisp "https://github.com/Wilfred/tree-sitter-elisp")
(go "https://github.com/tree-sitter/tree-sitter-go") (go "https://github.com/tree-sitter/tree-sitter-go")
@ -1423,10 +1423,6 @@ Do this when you edit your project view."
(error "Key file keys.json file not found at %s" keys-file)))) (error "Key file keys.json file not found at %s" keys-file))))
(use-package gptel :ensure (use-package gptel :ensure
:bind (:map gptel-mode-map
("C-c C-g" . gptel-menu)
("C-c C-t" . gptel-tools))
:config :config
(setq (setq
gptel-model 'claude-3-7-sonnet-20250219 ; "claude-3-opus-20240229" also available gptel-model 'claude-3-7-sonnet-20250219 ; "claude-3-opus-20240229" also available