fix(emacs): actually initialize lean-company

This commit is contained in:
Sebastian Ullrich 2016-10-14 17:48:33 -04:00
parent 541e9010e1
commit 71e01d2f89

View file

@ -305,6 +305,9 @@ enabled and disabled respectively.")
(when lean-flycheck-use
(lean-flycheck-turn-on)
(setq-local flycheck-disabled-checkers '()))
;; company-mode
(when lean-company-use
(company-lean-hook))
;; Draw a vertical line for rule-column
(when (and lean-rule-column
lean-show-rule-column-method)