diff --git a/myconfig.org b/myconfig.org index 08f956e..1eda0bb 100644 --- a/myconfig.org +++ b/myconfig.org @@ -817,7 +817,16 @@ References: ** Rust - [[https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/][Robert Kra Emacs Rust Configuration]] - +#+begin_src emacs-lisp + ;; (use-package rust-mode + ;; :hook ((rust-mode . lsp) + ;; (rust-mode . lsp-lens-mode) + ;; ) + ;; :custom + ;; (rust-format-on-save t) + ;; (lsp-rust-server 'rust-analyzer)) +#+end_src + ** Python * next