fix(emacs/lean-mode): disable flycheck-lua inside of lean-mode

Related issue: #74
This commit is contained in:
Soonho Kong 2014-09-15 10:11:39 -07:00
parent c3d39938ac
commit f94e28ce39

View file

@ -148,6 +148,7 @@ enabled and disabled respectively.")
;; Flycheck
(when lean-flycheck-use
(lean-flycheck-turn-on)
(setq-local flycheck-disabled-checkers '(lua))
(add-hook 'flycheck-after-syntax-check-hook 'lean-flycheck-delete-temporaries nil t))
;; Draw a vertical line for rule-column
(when (and lean-rule-column