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

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

[nongnu] elpa/nix-mode 8812eec39a 314/500: Allow using nix-indent-region


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 8812eec39a 314/500: Allow using nix-indent-region without arguments
Date: Sat, 29 Jan 2022 08:27:17 -0500 (EST)

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

    Allow using nix-indent-region without arguments
---
 nix-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix-mode.el b/nix-mode.el
index 6e4f5a7a86..d3a343e377 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -803,6 +803,7 @@ not to any other arguments."
   "Indent on a whole region. Enabled by default.
 START where to start in region.
 END where to end the region."
+  (interactive (list (region-beginning) (region-end)))
   (save-excursion
     (goto-char start)
     (while (< (point) end)



reply via email to

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