branch: elpa/lua-mode
commit ea5c4a1de8912a54aa7e86c8a9954a5bf781b0c1
Author: juergen <juergen>
Commit: juergen <juergen>
Documentation: Added installation notes
---
lua-mode.el | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/lua-mode.el b/lua-mode.el
index 41f4c0f..7553d2d 100755
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -45,6 +45,15 @@
;; This file was written with emacs using Jamie Lokier's folding mode
;; That's what the funny ;;{{{ marks are there for
+;;{{{ INSTALLATION:
+
+;; To install, just drop this file into a directory on your load-path (and
+;; byte-compile it). To set up Emacs to automatically edit files ending in
+;; ".lua" using lua-mode add the following to your ~/.emacs file (GNU
+;; Emacs) or ~/.xemacs/init.el file (XEmacs):
+;; (setq auto-mode-alist (cons '("\\.lua$" . lua-mode) auto-mode-alist))
+;; (autoload 'lua-mode "lua-mode" "Lua editing mode." t)
+
;;{{{ Usage
;; Lua-mode supports c-mode style formatting and sending of