branch: master
commit b9d068783b3148f16b1769311bf75c8c3e1f5a49
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    Update `outline-regexp' and `indent-tabs-mode' file locals
    
    Re #120
---
 hydra.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/hydra.el b/hydra.el
index dcfb7bc..5521dd2 100644
--- a/hydra.el
+++ b/hydra.el
@@ -1022,7 +1022,8 @@ DOC defaults to TOGGLE-NAME split and capitalized."
 (provide 'hydra)
 
 ;;; Local Variables:
-;;; outline-regexp: ";;\\*+"
+;;; outline-regexp: ";;\\([;*]+ [^\s\t\n]\\|###autoload\\)\\|("
+;;; indent-tabs-mode: nil
 ;;; End:
 
 ;;; hydra.el ends here

Reply via email to