[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/sxhkdrc-mode 60071b73aa 4/4: Simplify outline-regexp
From: |
ELPA Syncer |
Subject: |
[elpa] externals/sxhkdrc-mode 60071b73aa 4/4: Simplify outline-regexp |
Date: |
Fri, 10 Feb 2023 03:58:23 -0500 (EST) |
branch: externals/sxhkdrc-mode
commit 60071b73aa2df882fa13febd56437be5a1a9bedf
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Simplify outline-regexp
---
sxhkdrc-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sxhkdrc-mode.el b/sxhkdrc-mode.el
index 4aaf95e489..2144629a73 100644
--- a/sxhkdrc-mode.el
+++ b/sxhkdrc-mode.el
@@ -52,7 +52,7 @@ Space Partitioning Window Manager (BSPWM)."
"mod1" "mod2" "mod3" "mod4" "mod5"))
(key-generic . "^\\({.*?}\\|\\<.*?\\>\\)")
(key-line . "^\\({.*?}\\|\\<.*?\\>\\).*$")
- (outline . "^\\(\\({.*?}\\|\\<.*?\\>\\)\\|###+ \\)")
+ (outline . "^###+ ")
(comment . "^\\([\s\t]+\\)?#.*$")
(command . "^[\s\t]+\\([;]\\)?\\(\\_<.*?\\_>\\)")
(command-line . "^[\s\t]+\\([;]\\)?\\(\\_<.*?\\_>\\).*$")