Skip to content

Commit

Permalink
Fix function shouldn't be wrapped in a list
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jan 10, 2023
1 parent 356d1e7 commit b52888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eglot-jl.el
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Otherwise returns nil"
(add-hook 'project-find-functions #'eglot-jl--project-try)
(add-to-list 'eglot-server-programs
;; function instead of strings to find project dir at runtime
'((julia-mode julia-ts-mode) . (eglot-jl--ls-invocation))))
'((julia-mode julia-ts-mode) . eglot-jl--ls-invocation)))

(provide 'eglot-jl)
;;; eglot-jl.el ends here

0 comments on commit b52888c

Please sign in to comment.