Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit b2bff27

Browse files
committed
added comment about query on exit
1 parent 4706b01 commit b2bff27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flycheck-julia.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ CHECKER and CALLBACK are flycheck requirements."
9797
(start-process-shell-command
9898
"flycheck-julia-server" "*julia-linter*"
9999
;; TODO: use pipes or something different than an open port
100+
;; TODO: decide how too handle query on exit (set-process-query-on-exit-flag)
100101
(concat flycheck-julia-executable
101102
" -e \'using Lint\; lintserver\("
102103
(number-to-string flycheck-julia-port)

0 commit comments

Comments
 (0)