diff --git a/.emacs.d/include/rustconfig.el b/.emacs.d/include/rustconfig.el deleted file mode 100644 index 6b6d12f..0000000 --- a/.emacs.d/include/rustconfig.el +++ /dev/null @@ -1,16 +0,0 @@ -;;; rustconfig.el --- Configuration for Rust. -;;; Commentary: -;; Configuration for Rust; -;;; Code: - -(setq lsp-rust-analyzer-cargo-watch-enable t) -(setq lsp-rust-analyzer-cargo-watch-command "clippy") - -;; Inlay hints -(setq lsp-rust-analyzer-server-display-inlay-hints t) -(setq lsp-rust-analyzer-inlay-hints-mode t) -(setq lsp-rust-analyzer-display-chaining-hints t) -(setq lsp-rust-analyzer-parameter-hints t) -(setq lsp-rust-analyzer-display-closure-return-type-hints t) - -;;; rustconfig.el ends here diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 72c2619..f891819 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -37,10 +37,7 @@ (load-library "racket") (load-library "latexconfig") (load-library "cppconfig") -(load-library "pdfconfig") (load-library "gpgconfig") -(load-library "rustconfig") -(load-library "ocamlconfig") ;; ====== Hooks ============================== (add-hook 'prog-mode-hook #'display-line-numbers-mode)