diff options
author | John Turner <jturner.usa@gmail.com> | 2024-03-10 15:23:23 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2024-03-10 15:23:23 -0400 |
commit | c668dce90be6d212067ab1c6c9f5566b2181e743 (patch) | |
tree | f640495baa5b200cbc249ffd521a65f2a11feae0 /dir-locals/eglot-rust-dir-locals.el | |
parent | 503d0b38b026daca9003b843aaeaf04fafb35767 (diff) | |
download | emacs.d-c668dce90be6d212067ab1c6c9f5566b2181e743.tar.gz |
create rust-dir-locals.el to replace eglot-rust-dir-locals.el
Diffstat (limited to 'dir-locals/eglot-rust-dir-locals.el')
-rw-r--r-- | dir-locals/eglot-rust-dir-locals.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dir-locals/eglot-rust-dir-locals.el b/dir-locals/eglot-rust-dir-locals.el deleted file mode 100644 index e2c893f..0000000 --- a/dir-locals/eglot-rust-dir-locals.el +++ /dev/null @@ -1,10 +0,0 @@ -((rust-ts-mode . ((eval . (progn - (require 'eglot) - (eglot-ensure) - (setq-local eglot-workspace-configuration '(:rust-analyzer (:checkb - (:command "clippy")))) - (when (require 'company nil t) - (company-mode 1)) - (when (require 'rust-mode nil t) - (setq-local rust-format-on-save t - rust-rustfmt-switches '("--edition" "2021")))))))) |