diff --git a/recipes/ttcn-mode.rcp b/recipes/ttcn-mode.rcp new file mode 100644 index 00000000..26be7fb0 --- /dev/null +++ b/recipes/ttcn-mode.rcp @@ -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))))