]> code.delx.au - gnu-emacs-elpa/commitdiff
Update `outline-regexp' and `indent-tabs-mode' file locals
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 25 Apr 2015 11:28:06 +0000 (13:28 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 25 Apr 2015 11:28:06 +0000 (13:28 +0200)
Re #120

hydra.el

index dcfb7bce32d7ac8d7ea0bfab1e13fca3a87bd74e..5521dd2dca2782b6f07737b12485e5bd79ab3987 100644 (file)
--- 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