summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-01 19:04:06 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-01 19:04:06 +0000
commit5b56dc55e0c7243cc8be47db0953f618d4a43823 (patch)
treecc85a18769a4a60fbf766e7b55e4251c63dafa9e /app-emacs/lua-mode/files
parentBump (diff)
downloadhistorical-5b56dc55e0c7243cc8be47db0953f618d4a43823.tar.gz
historical-5b56dc55e0c7243cc8be47db0953f618d4a43823.tar.bz2
historical-5b56dc55e0c7243cc8be47db0953f618d4a43823.zip
Use add-to-list in site-init file. Compress distfile.
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'app-emacs/lua-mode/files')
-rw-r--r--app-emacs/lua-mode/files/50lua-mode-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/lua-mode/files/50lua-mode-gentoo.el b/app-emacs/lua-mode/files/50lua-mode-gentoo.el
new file mode 100644
index 000000000000..b1385e489c8d
--- /dev/null
+++ b/app-emacs/lua-mode/files/50lua-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'lua-mode "lua-mode" "Mode for editing Lua scripts" t)
+(add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode))
+(setq lua-default-application "/usr/bin/lua")