fix(emacs/lean-mode): disable flycheck-lua inside of lean-mode
Related issue: #74
This commit is contained in:
parent
c3d39938ac
commit
f94e28ce39
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue