lua mode conf added

This commit is contained in:
Sameer Rahmani 2013-02-25 00:24:33 +03:30
parent 0027a878fc
commit 2050b9d2b6
1 changed files with 5 additions and 0 deletions

View File

@ -186,3 +186,8 @@
(global-srecode-minor-mode 1)
(require 'ecb)
;; Lua-mode
(autoload 'lua-mode "lua-mode" "Lua editing mode." t)
(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
(add-to-list 'interpreter-mode-alist '("lua" . lua-mode))