feat(emacs/lean-settings): use linja for flycheck
This commit is contained in:
parent
8d39ee7177
commit
e966aa3145
1 changed files with 2 additions and 2 deletions
|
@ -48,12 +48,12 @@
|
||||||
(defcustom lean-eldoc-nay-retry-time 0.3
|
(defcustom lean-eldoc-nay-retry-time 0.3
|
||||||
"When eldoc-function had nay, try again after this amount of time.")
|
"When eldoc-function had nay, try again after this amount of time.")
|
||||||
|
|
||||||
(defcustom lean-flycheck-checker-name "lmake"
|
(defcustom lean-flycheck-checker-name "linja"
|
||||||
"lean-flychecker checker name"
|
"lean-flychecker checker name"
|
||||||
:group 'lean
|
:group 'lean
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
||||||
(defcustom lean-flycheck-checker-options '("--jobs" "--keep-going" "--permissive" "--flycheck")
|
(defcustom lean-flycheck-checker-options '("--flycheck")
|
||||||
"lean-flychecker checker option"
|
"lean-flychecker checker option"
|
||||||
:group 'lean)
|
:group 'lean)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue