feat(lean4-mode/lean4-flycheck): store .olean of dependencies
This commit is contained in:
parent
52d4cc10ad
commit
febeaad5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
(let ((command
|
||||
(-concat `(,(lean4-get-executable lean4-executable-name))
|
||||
lean4-extra-arguments
|
||||
'("--json" "--stdin"))))
|
||||
'("--json" "--make" "--stdin"))))
|
||||
command))
|
||||
|
||||
(cl-defun lean4-flycheck-parse-task (checker buffer cur-file-name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue