diff options
author | Franck Cuny <franck@fcuny.net> | 2023-11-06 17:23:53 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-11-06 17:23:53 -0800 |
commit | 251d1a693dca81f6249620645c611dd123e9282a (patch) | |
tree | 78149a6843590323cad176c328ac881527341f33 | |
parent | delete elfeed (diff) | |
download | emacs.d-251d1a693dca81f6249620645c611dd123e9282a.tar.gz |
drop rust configuration
-rw-r--r-- | init.org | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/init.org b/init.org index cfdc345..b6e3d69 100644 --- a/init.org +++ b/init.org @@ -1187,18 +1187,6 @@ Enable eglot and tree-sitter when working with python. (call-interactively 'newline-and-indent))) #+end_src -*** rustic-mode - -#+begin_src emacs-lisp -(use-package rustic - :ensure t - :custom - (rustic-format-on-save t) - (rustic-format-trigger 'on-save) - (rustic-lsp-server 'rust-analyzer) - (rustic-lsp-client 'eglot)) -#+end_src - *** sh-script #+begin_src emacs-lisp |