ess: fix company-mode

This commit is contained in:
Michel Kuhlmann 2015-12-11 14:43:50 +01:00 committed by syl20bnr
parent 6649b6ab1c
commit 4ff861dbef

View file

@ -54,7 +54,7 @@
:init
(progn
(when (configuration-layer/package-usedp 'company)
(add-hook 'ess-mode-hook 'company-mode-on))))
(add-hook 'ess-mode-hook 'company-mode))))
;; R --------------------------------------------------------------------------
(with-eval-after-load 'ess-site