[ESS] \delta for julia?

Vitalie Spinu spinuvit at gmail.com
Sat May 14 12:50:03 CEST 2016



>> On Sat, May 14 2016 06:02, Boylan, Ross wrote:

> I get the error
> Symbol's value as variable is void: company-backends

`company-backends` is defined in company. So at least you have to load it first
or put our code after `(package-initialize)` if your packages are installed from
ELPA.

Then do

  (global-company-mode t)


See company-mode installation instructions for more.


  Vitalie



More information about the ESS-help mailing list