feat(emacs): use --permissive lmake option for flycheck

close #42
This commit is contained in:
Soonho Kong 2014-08-14 15:04:50 -07:00
parent fd0780e53a
commit 74dafe76bb

View file

@ -40,7 +40,7 @@
:group 'lean
:type 'string)
(defcustom lean-flycheck-checker-options '("--jobs" "--keep-going" "--flycheck")
(defcustom lean-flycheck-checker-options '("--jobs" "--keep-going" "--permissive" "--flycheck")
"lean-flychecker checker option"
:group 'lean)