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

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

[nongnu] elpa/lua-mode bdf4bab 025/468: support for hideshow


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode bdf4bab 025/468: support for hideshow
Date: Thu, 5 Aug 2021 04:58:01 -0400 (EDT)

branch: elpa/lua-mode
commit bdf4babef28d41a484c368f40c5a42ac332a2a89
Author: juergen <juergen>
Commit: juergen <juergen>

    support for hideshow
---
 install.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/install.rst b/install.rst
index c2b1fc8..53db3e4 100755
--- a/install.rst
+++ b/install.rst
@@ -20,4 +20,8 @@ Emacs) or ``~/.xemacs/init.el`` file (XEmacs)::
 
 If you want colorization, turn on ``global-font-lock`` or add this::
 
-(add-hook 'lua-mode-hook 'turn-on-font-lock)
\ No newline at end of file
+(add-hook 'lua-mode-hook 'turn-on-font-lock)
+
+If you want to use hideshow, turn on ``hs-minor-mode`` or add this::
+
+(add-hook 'lua-mode-hook 'hs-minor-mode)



reply via email to

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