summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-10-06 06:53:53 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-10-06 06:53:53 +0000
commit51892c6cf98786b0feb683231829c5c4f4d4d566 (patch)
treef976abd52a01974bacde247c0b0e5e7e4a3eb582 /app-emacs/lua-mode/files
parentinitial import (diff)
downloadhistorical-51892c6cf98786b0feb683231829c5c4f4d4d566.tar.gz
historical-51892c6cf98786b0feb683231829c5c4f4d4d566.tar.bz2
historical-51892c6cf98786b0feb683231829c5c4f4d4d566.zip
initial import
Diffstat (limited to 'app-emacs/lua-mode/files')
-rw-r--r--app-emacs/lua-mode/files/70lua-mode-gentoo.el9
-rw-r--r--app-emacs/lua-mode/files/digest-lua-mode-1.261
2 files changed, 10 insertions, 0 deletions
diff --git a/app-emacs/lua-mode/files/70lua-mode-gentoo.el b/app-emacs/lua-mode/files/70lua-mode-gentoo.el
new file mode 100644
index 000000000000..8f308219662c
--- /dev/null
+++ b/app-emacs/lua-mode/files/70lua-mode-gentoo.el
@@ -0,0 +1,9 @@
+
+;;; lua-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'lua-mode "lua-mode" "Mode for editing Lua scripts" t)
+(setq auto-mode-alist
+ (append '(("\\.lua$" . lua-mode))
+ auto-mode-alist))
+(setq lua-default-application "/usr/bin/lua")
diff --git a/app-emacs/lua-mode/files/digest-lua-mode-1.26 b/app-emacs/lua-mode/files/digest-lua-mode-1.26
new file mode 100644
index 000000000000..9d7416d6a8a3
--- /dev/null
+++ b/app-emacs/lua-mode/files/digest-lua-mode-1.26
@@ -0,0 +1 @@
+MD5 1ec31e2fbe8d42863501bfa9a0cb6c0b lua-mode-1.26.tar.gz 10159