[emacs] Add org-babel Hy support

This commit is contained in:
Correl Roush 2018-07-25 14:09:25 -04:00
parent a5ace37902
commit f720a62d6c

View file

@ -264,6 +264,10 @@ Communicates with the clojure REPL.
(use-package hy-mode (use-package hy-mode
:ensure t :ensure t
:mode "\\.hy$") :mode "\\.hy$")
(use-package ob-hy
:ensure t
:defer t)
#+END_SRC #+END_SRC
*** Erlang *** Erlang
A distributed, fault-tolerant functional language. A distributed, fault-tolerant functional language.
@ -732,6 +736,7 @@ languages. Setting ~Confirm Evaluation~ to ~No~ disables the
| mscgen | | No | Message sequence charts | | mscgen | | No | Message sequence charts |
| haskell | | Yes | A pure, functional language | | haskell | | Yes | A pure, functional language |
| python | | Yes | A dynamic, all-purpose language | | python | | Yes | A dynamic, all-purpose language |
| hy | | Yes | Python Lisp dialect |
| ruby | | Yes | A dynamic, all-purpose language | | ruby | | Yes | A dynamic, all-purpose language |
| shell | | Yes | Shell scripts | | shell | | Yes | Shell scripts |
| http | | No | HTTP requests | | http | | No | HTTP requests |