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

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

[nongnu] elpa/lua-mode 676f0a6 045/468: Sync with reality.


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 676f0a6 045/468: Sync with reality.
Date: Thu, 5 Aug 2021 04:58:05 -0400 (EDT)

branch: elpa/lua-mode
commit 676f0a6935f1de25c931205ac80c7e27a8bcee4d
Author: Reuben Thomas <rrt@sc3d.org>
Commit: Reuben Thomas <rrt@sc3d.org>

    Sync with reality.
---
 README | 32 +++++++++-----------------------
 1 file changed, 9 insertions(+), 23 deletions(-)

diff --git a/README b/README
index a6c3e2d..71b430a 100644
--- a/README
+++ b/README
@@ -1,27 +1,13 @@
-=============================
- Lua-mode
-=============================
+Lua-mode
+========
 
-:Maintainer: Reuben Thomas
-:Contact: rrt@sc3d.org
+Maintainer: Reuben Thomas <rrt@sc3d.org>
 
-.. contents::
+lua-mode is an Emacs major mode for editing Lua files. For
+documentation, including installation instructions, please see
+lua-mode.el.
 
-INSTALLATION
-------------
-To install, just drop ``lua-mode.el`` into a directory on your ``load-path`` 
(and optionally 
-byte-compile it).  
+Please send bug reports and suggestions to the maintainer, or use the
+trackers at github:
 
-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)
-
-lua-mode works with Hide Show minor mode (see ``hs-minor-mode``).
-
-DOWNLOAD
-------------
-Lua-mode is available from the project_ page at LuaForge.
-
-.. _project: http://luaforge.net/projects/lua-mode/
\ No newline at end of file
+https://github.com/rrthomas/lua-mode



reply via email to

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