This commit is contained in:
Thomas von Dein
2017-06-21 14:18:00 +02:00
parent 58e4f2299d
commit 1695179d3c

View File

@@ -145,7 +145,7 @@
(kill-all-local-variables)
;; support for 'comment-region et al
(setq-local comment-start "; ")
(setq-local comment-start "# ")
(setq-local comment-end "")
;; we don't need a complicated indent strategy, relative is totally ok