From bb3cbdb5f4bf4eb721152f233e9ab872e38b6abc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 26 Sep 2025 17:00:05 -0500 Subject: [PATCH] tweaks to ai and rustic --- README.org | 4 +++- init.el | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0c9d3210..3e8c0b05 100644 --- a/README.org +++ b/README.org @@ -2298,7 +2298,7 @@ GPTEL is a package that uses chatGPT to get some text generation in org-mode :host "ai.tfcconnection.org" :protocol "https" :stream t - :models '("deepseek-r1")) + :models '("deepseek-r1" "gemma3:latest")) gptel-default-mode #'org-mode) (setq gptel-directives '((default . "You are a large language model living in Emacs and a helpful assistant. Respond concisely.") @@ -3830,6 +3830,8 @@ I'd like to start learning and using rust if I can. "si" 'consult-imenu-multi "ga" 'rustic-cargo-add "gC" 'rustic-cargo-clippy + "gf" 'rustic-cargo-clippy-fix + "gF" 'rustic-cargo-fmt "gt" 'rustic-cargo-test)) #+end_src diff --git a/init.el b/init.el index 5c41856b..c90938f8 100644 --- a/init.el +++ b/init.el @@ -1766,7 +1766,7 @@ Also see `chris/window-delete-popup-frame'." command) :host "ai.tfcconnection.org" :protocol "https" :stream t - :models '("deepseek-r1")) + :models '("deepseek-r1" "gemma3:latest")) gptel-default-mode #'org-mode) (setq gptel-directives '((default . "You are a large language model living in Emacs and a helpful assistant. Respond concisely.") @@ -2828,6 +2828,8 @@ current buffer's, reload dir-locals." "si" 'consult-imenu-multi "ga" 'rustic-cargo-add "gC" 'rustic-cargo-clippy + "gf" 'rustic-cargo-clippy-fix + "gF" 'rustic-cargo-fmt "gt" 'rustic-cargo-test)) (use-package slint-mode