https://github.com/emacs-pe/company-racer.git
git clone 'git://github.com/emacs-pe/company-racer.git'
Author: Mario Rodas mailto:marsam@users.noreply.github.com
Version: 0.1
A company backend for racer.
Install and configure racer. And add to your init.el
:
(require 'company-racer)
(with-eval-after-load 'company
(add-to-list 'company-backends 'company-racer))
Check https://github.com/company-mode/company-mode for details.
racer requires to set the environment variable with
RUST_SRC_PATH
and needs to be an absolute path:
(unless (getenv "RUST_SRC_PATH")
(setenv "RUST_SRC_PATH" (expand-file-name "~/path/to/rust/src")))
—
Converted from company-racer.el
by el2markdown.