fix(emacs): actually initialize lean-company
This commit is contained in:
parent
541e9010e1
commit
71e01d2f89
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue