fix(lean4-mode/lean4-flycheck): allow changing lean4-extra-arguments without restart

This commit is contained in:
Sebastian Ullrich 2019-03-23 23:06:33 +01:00
parent 8225146aa2
commit e27bffabef

View file

@ -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))