Fix (?) comment-dwim

This commit is contained in:
Tony Garnock-Jones 2023-11-18 20:43:14 +01:00
parent cd504becf7
commit f664399a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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 "# +")