From f664399a8cb096094c0315e33f3a6e454996d8c5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 18 Nov 2023 20:43:14 +0100 Subject: [PATCH] Fix (?) comment-dwim --- preserves.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preserves.el b/preserves.el index 519075b..27dae53 100644 --- a/preserves.el +++ b/preserves.el @@ -54,7 +54,7 @@ (make-local-variable 'comment-start) (make-local-variable 'comment-end) (make-local-variable 'comment-start-skip) - (setq comment-use-syntax t) + (setq comment-use-syntax nil) (setq comment-start "# ") (setq comment-end "") (setq comment-start-skip "# +")