feat(emacs/lean-settings): enable linja '--keep-going' option

Fix #234
This commit is contained in:
Soonho Kong 2014-10-08 13:12:16 -07:00
parent b6d475c3ac
commit 24227f0e51

View file

@ -82,7 +82,8 @@ show both of expressions and types.")
(integer :tag "Specify the value and force lean-mode to use")))
(defcustom lean-flycheck-checker-options
`("--flycheck"
`("--keep-going" ,(format "%d" 999)
"--flycheck"
"--flycheck-max-messages" ,(format "%d" lean-flycheck-max-messages-to-display))
"lean-flychecker checker option"
:group 'lean)