Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add julia-ts-mode support #36

Merged
merged 2 commits into from
Jan 17, 2023
Merged

Add julia-ts-mode support #36

merged 2 commits into from
Jan 17, 2023

Conversation

chriselrod
Copy link
Contributor

@chriselrod
Copy link
Contributor Author

chriselrod commented Jan 10, 2023

This works for me.
Here is the relevant part of my config if anyone wants to try it (but you'll want to remove the indent custom if you prefer 4 spaces).

(use-package julia-ts-mode
  :straight (:host github
		   :repo "ronisbr/julia-ts-mode"
		   :branch "main")
  :custom 
  (julia-ts-mode-indent-offset 2))

(use-package eglot-jl
  :straight (:host github
		   :repo "chriselrod/eglot-jl"
		   :branch "patch-1"))

@non-Jedi
Copy link
Owner

I've waffled on this since julia-ts-mode isn't a registered package anywhere, but ultimately this isn't hurting anything, so

@non-Jedi non-Jedi merged commit 2e04597 into non-Jedi:master Jan 17, 2023
@chriselrod chriselrod deleted the patch-1 branch January 17, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants