Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 729 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 729 Bytes

ob-elm

License: GPL v3 MELPA

This is an Emacs library that adds Org-Babel support for evaluating Elm code. Use of Elm > 0.19 is recommended.

Evaluating Elm

Installation

You can download ob-elm from MELPA by running:

M-x package-install RET ob-elm RET

You could use the GitHub repository:

git clone https://github.com/BonfaceKilz/ob-elm

Add (elm . t) to your org-babel-do-load-languages:

(org-babel-do-load-languages
   'org-babel-load-languages
   '((elm . t)))