branch: elpa/nix-mode
commit 69c7c87caa1a22ddb28366060f97db3fc8f74f5d
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Sert comment-multi-line.
---
nix-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/nix-mode.el b/nix-mode.el
index eeac4af534..5444dcc9af 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -209,6 +209,7 @@ The hook `nix-mode-hook' is run when Nix mode is started.
(setq-local comment-start "# ")
(setq-local comment-end "")
(setq-local comment-start-skip "\\(^\\|\\s-\\);?#+ *")
+ (setq-local comment-multi-line t)
;; Filling of comments.
(setq-local adaptive-fill-mode t)