emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode 69c7c87caa 017/500: Sert comment-multi-line.


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 69c7c87caa 017/500: Sert comment-multi-line.
Date: Sat, 29 Jan 2022 08:26:30 -0500 (EST)

branch: elpa/nix-mode
commit 69c7c87caa1a22ddb28366060f97db3fc8f74f5d
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]