Merge pull request #382 from rlph/2.stable

Updated lua-mode recipe for 2.stable
This commit is contained in:
Dimitri Fontaine 2011-09-03 12:53:09 -07:00
commit b42d1944b8

View File

@ -1,7 +1,4 @@
(:name lua-mode
:type git
:url "https://github.com/rrthomas/lua-mode.git"
:features lua-mode
:post-init (lambda ()
(add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode))
(autoload 'lua-mode "lua-mode" "Lua editing mode." t)))
:url "https://github.com/immerrr/lua-mode"
:features lua-mode)