Skip to content

Commit

Permalink
feat(math): add julia-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 19, 2023
1 parent 1dcdd21 commit 1956bee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-math.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
(use-package julia-mode
:straight t)

(use-package julia-ts-mode
:straight t
:when (+emacs-features-p 'tree-sitter))

(use-package ess
:straight t)

Expand Down

0 comments on commit 1956bee

Please sign in to comment.