General clean up

This commit is contained in:
Henrik Lissner 2016-01-30 21:16:10 -05:00
parent 2d29ee9034
commit 550d5b7218
11 changed files with 20 additions and 204 deletions

View file

@ -10,7 +10,7 @@
:config (add-hook! rust-mode 'flycheck-mode))
(use-package racer
:if (file-exists-p "/usr/local/bin/racer")
:when (file-exists-p "/usr/local/bin/racer")
:config
(setq racer-cmd "/usr/local/bin/racer"
racer-rust-src-path "~/Dropbox/lib/rust/src/")