diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-programming.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index cbc7d4f..f591ce1 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -66,7 +66,7 @@ (add-to-list 'eglot-server-programs `(rust-mode . ("rust-analyzer" :initializationOptions - (:check (:command "clippy") + (:check (:command "check") ;; (:command "clippy") :procMacro (:enable t :ignored (:async-trait ["async-trait"])) @@ -331,7 +331,6 @@ :config (setq rustic-format-on-save nil rustic-lsp-client 'eglot) ;; 'lsp-mode 'eglot nil - (jao-define-attached-buffer '(major-mode . rustic-compilation-mode) 25) :custom (rustic-cargo-use-last-stored-arguments nil) (rustic-analyzer-command '("rust-analyzer")) |
