Add erlang-mode

This commit is contained in:
2014-11-10 16:29:59 +01:00
parent 7a44b3e3d7
commit 3e9276130d
4 changed files with 5575 additions and 0 deletions

View File

@@ -234,3 +234,5 @@
(forward-list)
(setq protocopy-end (point))
(kill-ring-save protocopy-begin protocopy-end)))
(add-to-list 'auto-mode-alist '("\\.erl\\'" . erlang-mode))