fix(emacs/lean-mode): add missing flycheck-init
This commit is contained in:
parent
39f9826dca
commit
f4dfec548d
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue