el-get/recipes/flex-mode.el

7 lines
220 B
EmacsLisp
Raw Normal View History

2010-10-14 04:03:33 +08:00
(:name flex-mode
:type http
:url "http://ftp.sunet.se/pub/gnu/emacs-lisp/incoming/flex-mode.el"
:features flex-mode
:after (lambda ()
(add-to-list 'auto-mode-alist '("\\.l$" . flex-mode))))