mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
General clean-up and tiny bugfixes
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
;;; module-rust.el
|
||||
|
||||
;; NOTE Install instructions
|
||||
;; brew install rust
|
||||
;; git clone https://github.com/phildawes/racer.git ~
|
||||
;; cd ~/racer
|
||||
;; cargo build --release
|
||||
;; mv ~/racer/release/racer /usr/local/bin
|
||||
;; rm -rf ~/racer
|
||||
|
||||
(use-package rust-mode
|
||||
:mode "\\.rs$"
|
||||
:config
|
||||
|
Reference in New Issue
Block a user