Fixed rustic on macos; updated gptel keybindings and models
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user