el-get/recipes/erlang-mode.rcp
Vincent Bernat 0f69f33ce9 Add erlang-mode recipe
This recipe replace erlware-mode recipe since erlang-mode is its
integration into the official distribution of Erlang.
2014-01-11 23:26:45 +01:00

7 lines
269 B
Plaintext

(:name erlang-mode
:description "Major mode for editing and running Erlang"
:type http
:url "http://www.erlang.org/download/contrib/erlang.el"
:post-init (progn
(add-to-list 'auto-mode-alist '("\\.erl$" . erlang-mode))))