From 4dde4f7fc377aa9aa5dfed9e74f9d18bf99fb201 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Fri, 10 Apr 2015 19:57:10 +0200 Subject: [PATCH] hydra.el (hydra--format): Add some more symbols Re #103 #102 --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index da7f58e..c817a3f 100644 --- a/hydra.el +++ b/hydra.el @@ -492,7 +492,7 @@ The expressions can be auto-expanded according to NAME." offset) (while (setq start (string-match - "\\(?:%\\( ?-?[0-9]*s?\\)\\(`[a-z-A-Z/0-9]+\\|(\\)\\)\\|\\(?:_\\( ?-?[0-9]*\\)\\([a-z-A-Z~.,;:0-9/|?<>={}]+\\)_\\)" + "\\(?:%\\( ?-?[0-9]*s?\\)\\(`[a-z-A-Z/0-9]+\\|(\\)\\)\\|\\(?:_\\( ?-?[0-9]*\\)\\([a-z-A-Z~.,;:0-9/|?<>={}*+#]+\\)_\\)" docstring start)) (cond ((eq ?_ (aref (match-string 0 docstring) 0)) (let* ((key (match-string 4 docstring))