An open API service indexing awesome lists of open source software.

https://github.com/witheve/emacs-eve-mode


https://github.com/witheve/emacs-eve-mode

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Emacs eve-mode

Emacs major mode for authoring [Eve Documents][1]. Uses `polymode` to provide a (relatively) seamless embedding for code blocks inside of `markdown-mode`. The `eve-mode` package automatically loads `eve-mode` for files ending in `.eve`.

## Intallation

Uses package.el (Available in Emacs 24+) and [melpa][2].

```
M-x package-install [ret] eve-mode
```

[1]: http://witheve.com/
[2]: https://melpa.org/#/getting-started