branch: elpa/lua-mode commit 676f0a6935f1de25c931205ac80c7e27a8bcee4d Author: Reuben Thomas <r...@sc3d.org> Commit: Reuben Thomas <r...@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: r...@sc3d.org +Maintainer: Reuben Thomas <r...@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