fix(lean4-mode/lean4-flycheck): allow changing lean4-extra-arguments without restart
This commit is contained in:
parent
8225146aa2
commit
e27bffabef
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
(defun lean4-flycheck-command ()
|
||||
(let ((command
|
||||
(-concat `(,(lean4-get-executable lean4-executable-name))
|
||||
lean4-extra-arguments
|
||||
'((eval lean4-extra-arguments))
|
||||
'("--json" "--stdin"))))
|
||||
command))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue