chore: lean4-mode: do not re-request goal on each flycheck change
This commit is contained in:
parent
f4ed9686aa
commit
75d87f34a6
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@
|
|||
(before-save-hook . lean4-whitespace-cleanup)
|
||||
;; info windows
|
||||
(post-command-hook . lean4-info-buffer-refresh)
|
||||
(flycheck-after-syntax-check-hook . lean4-info-buffer-refresh)
|
||||
(flycheck-after-syntax-check-hook . lean4-info-buffer-redisplay)
|
||||
)
|
||||
"Hooks which lean4-mode needs to hook in.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue