1
0
Fork 0

fix(emacs): remove rustconfig.el

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-03 19:18:37 -05:00
parent 2f6d46f1da
commit 577c725287
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 0 additions and 19 deletions

View file

@ -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

View file

@ -37,10 +37,7 @@
(load-library "racket") (load-library "racket")
(load-library "latexconfig") (load-library "latexconfig")
(load-library "cppconfig") (load-library "cppconfig")
(load-library "pdfconfig")
(load-library "gpgconfig") (load-library "gpgconfig")
(load-library "rustconfig")
(load-library "ocamlconfig")
;; ====== Hooks ============================== ;; ====== Hooks ==============================
(add-hook 'prog-mode-hook #'display-line-numbers-mode) (add-hook 'prog-mode-hook #'display-line-numbers-mode)