emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode ea5c4a1 015/468: Documentation: Added installatio


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode ea5c4a1 015/468: Documentation: Added installation notes
Date: Thu, 5 Aug 2021 04:57:59 -0400 (EDT)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]