el-get/recipes/ttcn-mode.rcp
2013-07-09 14:47:26 -07:00

9 lines
340 B
Plaintext

(: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))))