branch: elpa/nix-mode
commit a30e88362a180ac44bb9e170241f20ade168ec69
Author: Elis Hirwing <[email protected]>
Commit: Elis Hirwing <[email protected]>
Remove line that caused tests to not indent at all in the tests
This was introduced in 4ac7b5afb66f995f3fcfa0834939326b749f4da8
---
nix-mode.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/nix-mode.el b/nix-mode.el
index 73d12a5e63..cbb812b88d 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -628,7 +628,6 @@ The hook `nix-mode-hook' is run when Nix mode is started.
;; Automatic indentation [C-j]
(setq-local indent-line-function nix-indent-function)
- (set (make-local-variable 'indent-region-function) 'nix-indent-region)
;; Indenting of comments
(setq-local comment-start "# ")