Merge branch 'master' of bitbucket.org:lxsameer/kuso-ide

This commit is contained in:
Sameer Rahmani 2013-02-28 19:42:15 +03:30
commit 317838c3e0
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))