millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 122 forks source link

Clojure #578

Closed pdenno closed 5 years ago

pdenno commented 5 years ago

I suppose this feature won't be used by many, but I am teaching my kids Clojure and I don't expect them to use emacs/CIDER. I can help them more efficiently in ein than in Jupyter Lab.

millejoh commented 5 years ago

Thanks for the contribution! Before I can merge, though, I need to get the travis tests working. As a first step you should add the dependency on clojure-mode to the Cask file. I haven't looked too closely at your code, so if there are any other dependencies you will need to add those as well.