company-racer

https://github.com/emacs-pe/company-racer.git

git clone 'git://github.com/emacs-pe/company-racer.git'
2

company-racer - Company integration for racer

Author: Mario Rodas mailto:marsam@users.noreply.github.com
Version: 0.1

Travis build status

A company backend for racer.

Setup

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.

Troubleshooting

TODO

— Converted from company-racer.el by el2markdown.