A new recipe for ttcn-mode

This commit is contained in:
David Holm 2013-07-08 15:17:57 -07:00
parent 1e961cc1e2
commit 0e059c6599

8
recipes/ttcn-mode.rcp Normal file
View File

@ -0,0 +1,8 @@
(:name ttcn-mode
:website "https://github.com/dholm/ttcn-el"
:description "A TTCN major mode"
:type github
:pkgname "dholm/ttcn-el"
:post-init (progn
(add-to-list 'auto-mode-alist '("\\.mp$" . ttcn-mode))
(add-to-list 'auto-mode-alist '("\\.ttcn" . ttcn-3-mode))))