dennisog / julia-shell-mode

Emacs major mode for an interactive Julia shell.
GNU General Public License v2.0
42 stars 10 forks source link

Syntax for importing the EmacsTools module #15

Open ThibautVerron opened 2 years ago

ThibautVerron commented 2 years ago

Hi,

With recent versions of julia, the package doesn't work: after run-julia, julia fails with a "load error" for the module EmacsTools. This patch fixes it.

But I don't know if the change is backward-compatible.