Created
August 2, 2015 08:39
-
-
Save benjamintanweihao/9c912a086c701e0ca470 to your computer and use it in GitHub Desktop.
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/config () | |
| (setq racer-rust-src-path "/Users/benjamintan/workspace/rust/src/") | |
| (setq racer-cmd "/Users/benjamintan/Desktop/racer/target/release/racer") | |
| (add-to-list 'load-path "/Users/benjamintan/Desktop/racer/editors/emacs") | |
| (eval-after-load "rust-mode" '(require 'racer)) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment