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

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

[nongnu] elpa/nix-mode 10fc00dba8 015/500: Fix bad setting for indent-ta


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 10fc00dba8 015/500: Fix bad setting for indent-tabs-mode.
Date: Sat, 29 Jan 2022 08:26:30 -0500 (EST)

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

    Fix bad setting for indent-tabs-mode.
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 5696a19de2..edfd21b366 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -183,7 +183,7 @@ The hook `nix-mode-hook' is run when Nix mode is started.
 
   ;; Disable hard tabs and set tab to 2 spaces
   ;; Recommended by nixpkgs manual: 
https://nixos.org/nixpkgs/manual/#sec-syntax
-  (setq-local indent-tabs-mode t)
+  (setq-local indent-tabs-mode nil)
   (setq-local tab-width 2)
 
   ;; Font lock support.



reply via email to

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