Skip to content

Commit

Permalink
feat(math): add initial Matlab integration
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2024
1 parent 5aa5bfa commit 6a16085
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-math.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
:custom
(imaxima-use-maxima-mode-flag nil))

(use-package matlab-mode
:straight (:url "https://git.code.sf.net/p/matlab-emacs/src matlab-emacs-src"))

(use-package math-preview ; Needed by ein to render equations
:straight t)

Expand Down

0 comments on commit 6a16085

Please sign in to comment.