We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9780794 + 1f620bc commit 2ada981Copy full SHA for 2ada981
haskell-cabal.el
@@ -174,7 +174,7 @@ it from list if one of the following conditions are hold:
174
(add-to-list 'haskell-cabal-buffers (current-buffer))
175
(add-hook 'change-major-mode-hook 'haskell-cabal-unregister-buffer nil 'local)
176
(add-hook 'kill-buffer-hook 'haskell-cabal-unregister-buffer nil 'local)
177
- (setq-local comment-start "-- ")
+ (setq-local comment-start "--")
178
(setq-local comment-start-skip "--[ \t]*")
179
(setq-local comment-end "")
180
(setq-local comment-end-skip "[ \t]*\\(\\s>\\|\n\\)")
0 commit comments