Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/millejoh/ein-mumamo
MuMaMo Support for EIN
https://github.com/millejoh/ein-mumamo
Last synced: about 2 months ago
JSON representation
MuMaMo Support for EIN
- Host: GitHub
- URL: https://github.com/millejoh/ein-mumamo
- Owner: millejoh
- Created: 2015-02-22T01:11:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T03:17:47.000Z (almost 10 years ago)
- Last Synced: 2023-08-26T22:22:02.906Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 275 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
-----------This package provides support for Multiple Major Mode (MuMaMo) in the
[Emacs IPython Notebook](https://github.com/millejoh/emacs-ipython-notebook)
project.MuMaMo is part of the [nxhtml][nxhtml] project, which hasn't seen any updates in
a long time. Unfortunately I cannot guarantee this code will continue to work
in later version of Emacs, but at the moment it seems to work fine with Emacs 24.3
with this [fix](http://millejoh.github.io/emacs-ipython-notebook/#id17)More documentation on this feature can be found in the
[documentation](http://millejoh.github.io/emacs-ipython-notebook/) for ein.Installing
----------ein-mumamo depends on parts of nxhtml, so you will need to install
[nxhtml][nxhtml] manually, as it is not currently availabe in MELPA. It may be
possible to install via [el-get](https://github.com/dimitri/el-get), though I
have not tested this method. I have succesfully install nxhtml from
[github](https://github.com/emacsmirror/nxhtml) and after adding nxhtml/util to
my emacs load path have been able to get MuMaMo support in ein functional.Both ein and ein-mumamo are available in MELPA, and this is the preferred way to
install these pacakges. Otherwise you will need to download both from Github
([ein][ein github] and [ein-mumamo][ein-mumamo github]).Make sure both ein and ein-mumamo are in your load path, then add
(require 'ein-mumamo)
to your emacs init file. Note that there are many other customizations you can
make to ein, see the full
[documentation](http://millejoh.github.io/emacs-ipython-notebook/) for details.[nxhtml]: http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html
[ein github]: https://github.com/millejoh/emacs-ipython-notebook
[ein-mumamo github]: https://github.com/millejoh/ein-mumamo