/*
!/.gitignore
!/init.el
-!/load-config.el
-!/load-lisp.el
!/custom.el
!/themes
!/init
-!/lisp
\ No newline at end of file
+!/lisp
+!/dir-locals
\ No newline at end of file
--- /dev/null
+((rust-mode . ((eval . (eglot-ensure))
+ (eglot-workspace-configuration . ((:rust-analyzer . (:checkOnSave
+ (:command "clippy")))))
+ (rust-format-on-save . t)
+ (rust-format-goto-problem . t)
+ (rust-rustfmt-switches . ("--edition" "2021")))))
+++ /dev/null
-((rust-mode . ((eval . (eglot-ensure))
- (eglot-workspace-configuration . ((:rust-analyzer . (:checkOnSave
- (:command "clippy")))))
- (rust-format-on-save . t)
- (rust-format-goto-problem . t)
- (rust-rustfmt-switches . ("--edition" "2021")))))