branch: externals/sxhkdrc-mode
commit 20d718be288f986653898167a45c2c7aa546220c
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add FIXME for comment filling
---
sxhkdrc-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sxhkdrc-mode.el b/sxhkdrc-mode.el
index 4130ae72f4..3609218b06 100644
--- a/sxhkdrc-mode.el
+++ b/sxhkdrc-mode.el
@@ -147,6 +147,8 @@ key chord chain (demarcated by a colon or semicolon)."
;;;###autoload
(define-derived-mode sxhkdrc-mode prog-mode "SXHKDRC"
"Major mode for editing sxhkdrc files (Simple X Hot Key Daemon)."
+ ;; FIXME 2023-02-06: Why is `prog-fill-reindent-defun' not filling
+ ;; comments?
(setq-local indent-line-function 'sxhkdrc-mode-indent-line
comment-start "# "
comment-start-skip "#+[\t\s]*")