fix(emacs/lean-mode): add missing flycheck-init

This commit is contained in:
Soonho Kong 2014-08-21 10:04:29 -07:00
parent 39f9826dca
commit f4dfec548d

View file

@ -107,6 +107,10 @@
(set (make-local-variable 'eldoc-documentation-function)
'lean-eldoc-documentation-function)
(eldoc-mode +1)
;; flycheck
(when lean-flycheck-use
(lean-flycheck-init))
;; company-mode
(when lean-company-use
(require 'company)
(company-mode t)