General clean-up and tiny bugfixes

This commit is contained in:
Henrik Lissner 2015-11-14 02:41:53 -05:00
parent c65cce0533
commit 71e7e0a53d
8 changed files with 22 additions and 26 deletions

View file

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