General clean up
This commit is contained in:
parent
2d29ee9034
commit
550d5b7218
11 changed files with 20 additions and 204 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue