diff options
Diffstat (limited to '')
-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 |