summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-11-06 17:23:53 -0800
committerFranck Cuny <franck@fcuny.net>2023-11-06 17:23:53 -0800
commit251d1a693dca81f6249620645c611dd123e9282a (patch)
tree78149a6843590323cad176c328ac881527341f33
parentdelete elfeed (diff)
downloademacs.d-251d1a693dca81f6249620645c611dd123e9282a.tar.gz
drop rust configuration
-rw-r--r--init.org12
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