Created
August 2, 2015 16:06
-
-
Save mystor/7c99459090bfecaeb6e6 to your computer and use it in GitHub Desktop.
Spacemacs configuration for rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You could also do this in emacs probably, but this is easier. | |
export RUST_SRC_PATH=/path/to/rust/checkout/src | |
export PATH="$PATH:/path/to/racer/binary/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; [..] | |
(defun dotspacemacs/init () | |
(setq-default | |
; [..] | |
rust-enable-racer t | |
) | |
) | |
; [..] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment