summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-04-15 11:27:43 +0100
committerjao <jao@gnu.org>2026-04-15 11:29:33 +0100
commit1fbccb6e3dde6fd0a564cd60dd40fa502fe4484f (patch)
treebbae20849517c91d7245ee2d641110b8f8456a13 /custom
parent423ed1c28d147558ed0ceaa43be2f866f5cb5be7 (diff)
downloadelibs-1fbccb6e3dde6fd0a564cd60dd40fa502fe4484f.tar.gz
elibs-1fbccb6e3dde6fd0a564cd60dd40fa502fe4484f.tar.bz2
rust wee utils
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-programming.el3
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"))