Skip to content

Commit

Permalink
feat(math): add julia-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent b49c064 commit f5aaca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/me-math.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
:straight t
:when (+emacs-features-p 'tree-sitter))

(use-package julia-repl
:straight t)

(use-package ess
:straight t)

Expand Down
2 changes: 1 addition & 1 deletion modules/me-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'display-buffer-alist
`(,(rx bol "*"
(or "scheme" "ielm" "Python" "Inferior Octave" "maxima" "imaxima" "lua"
"inferior-lisp" "prolog" "gnuplot" "Nix-REPL"
"inferior-lisp" "prolog" "gnuplot" "Nix-REPL" "julia"
(seq (or (seq "R" (opt ":" (any digit))) "julia" "SQL") ":" (* any)))
"*" eol)
(display-buffer-in-side-window)
Expand Down

0 comments on commit f5aaca2

Please sign in to comment.