wok-next view emacs-pkg-lua-mode/stuff/90-lua-mode.el @ rev 17592
syslinux/isohybrib.exe: add --md5, --undo (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 10 13:31:26 2015 +0100 (2015-02-10) |
parents | 4cf5da7c32ac |
children |
line source
1 ;; lua-mode start file for SliTaz
2 ;; Last update: 2013-02-08
3 ;;
4 ;; To set up Emacs to automatically edit files ending in .lua using Lua-mode
6 (autoload 'lua-mode "lua-mode" "Lua editing mode." t)
7 (add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
8 (add-to-list 'interpreter-mode-alist '("lua" . lua-mode))