Merge branch 'master' of github.com:jdormit/dotfiles
This commit is contained in:
commit
73227abcbe
@ -43,7 +43,8 @@
|
|||||||
:stream t
|
:stream t
|
||||||
:models '("llama3.1:latest"
|
:models '("llama3.1:latest"
|
||||||
"mistral-nemo:latest"
|
"mistral-nemo:latest"
|
||||||
"gemma2:2b")))
|
"gemma2:2b"
|
||||||
|
"tinyllama:latest")))
|
||||||
(defvar gptel-backend-anthropic (gptel-make-anthropic "Claude"
|
(defvar gptel-backend-anthropic (gptel-make-anthropic "Claude"
|
||||||
:stream t
|
:stream t
|
||||||
:key (password-store-get "anthropic-api-key")))
|
:key (password-store-get "anthropic-api-key")))
|
||||||
|
@ -3,4 +3,7 @@
|
|||||||
(use-package rust-mode
|
(use-package rust-mode
|
||||||
:mode (("\\.rs\\'" . rust-mode)))
|
:mode (("\\.rs\\'" . rust-mode)))
|
||||||
|
|
||||||
|
(use-package cargo
|
||||||
|
:hook (rust-mode . cargo-minor-mode))
|
||||||
|
|
||||||
(provide 'init-rust)
|
(provide 'init-rust)
|
||||||
|
Loading…
Reference in New Issue
Block a user