recipe: cflow

This commit is contained in:
David Holm 2015-09-08 10:44:49 +02:00
parent 5be02713fc
commit 23a7042c72

6
recipes/cflow.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name cflow
:description "Major mode for viewing cflow output files."
:type http
:url "http://git.savannah.gnu.org/cgit/cflow.git/plain/elisp/cflow-mode.el?h=master"
:localname "cflow-mode.el"
:prepare (add-to-list 'auto-mode-alist '("\\.cflow$" . cflow-mode)))