Fixed rustic on macos; updated gptel keybindings and models

This commit is contained in:
Jaden Provost Maxwell-Comfort
2026-09-07 11:31:04 -04:00
parent de48ef2125
commit 381cdcb532
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ Install ~ccls~ with homebrew using the following command.
#+begin_src elisp
(use-package rustic
:defer t
:hook (rust-mode . eglot-ensure)
:custom (rustic-lsp-client 'eglot)
:init
(let ((brew-prefix (string-trim (shell-command-to-string "brew --prefix"))))
(when (and (memq window-system '(mac ns x)) brew-prefix (f-directory-p brew-prefix))