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)