Skip to content

Commit

Permalink
Update a recipe of rust-racer (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu authored and npostavs committed Jun 12, 2018
1 parent 5cace54 commit 0262dc7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes/rust-racer.rcp
@@ -1,10 +1,9 @@
;; user should also set `racer-rust-src-path' to the path of the source-directory
;; of rust in his system and also set his keybinding as described in
;; https://github.com/phildawes/racer
;;; currently nightly compiler is needed to install racer.
;;; See https://github.com/racer-rust/racer for detail.
(:name rust-racer
:type github
:pkgname "phildawes/racer"
:pkgname "racer-rust/racer"
:description "Rust code completion and code navigation"
:build '(("cargo" "build" "--release"))
:build '(("cargo" "+nightly" "build" "--release"))
:prepare (setq racer-cmd (concat default-directory "/target/release/racer"))
:post-init (add-hook 'racer-mode-hook #'eldoc-mode))

0 comments on commit 0262dc7

Please sign in to comment.