emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/sxhkdrc-mode e9a0f1df4a 1/5: Tweak comment-start-skip


From: ELPA Syncer
Subject: [elpa] externals/sxhkdrc-mode e9a0f1df4a 1/5: Tweak comment-start-skip
Date: Mon, 6 Feb 2023 07:58:07 -0500 (EST)

branch: externals/sxhkdrc-mode
commit e9a0f1df4aec58baa0373bbcf2dbb69989801427
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak comment-start-skip
---
 sxhkdrc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sxhkdrc-mode.el b/sxhkdrc-mode.el
index de45ea85cf..6456db1ea2 100644
--- a/sxhkdrc-mode.el
+++ b/sxhkdrc-mode.el
@@ -120,7 +120,7 @@ key chord chain (demarcated by a colon or semicolon)."
   "Major mode for editing sxhkdrc files (Simple X Hot Key Daemon)."
   (setq-local indent-line-function 'sxhkdrc-mode-indent-line
               comment-start "# "
-              comment-start-skip "#+ *")
+              comment-start-skip "#+[\t\s]*")
   (setq font-lock-defaults '(sxhkdrc-mode-font-lock-keywords)))
 
 ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]