Skip to content

Instantly share code, notes, and snippets.

@benjamintanweihao
Created August 2, 2015 08:39
Show Gist options
  • Select an option

  • Save benjamintanweihao/9c912a086c701e0ca470 to your computer and use it in GitHub Desktop.

Select an option

Save benjamintanweihao/9c912a086c701e0ca470 to your computer and use it in GitHub Desktop.
(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