General clean-up and tiny bugfixes
This commit is contained in:
parent
c65cce0533
commit
71e7e0a53d
8 changed files with 22 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue