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

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

[nongnu] elpa/nix-mode b0db22ebd5 170/500: Remove case-fold-search in ni


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode b0db22ebd5 170/500: Remove case-fold-search in nix-mode (again)
Date: Sat, 29 Jan 2022 08:27:03 -0500 (EST)

branch: elpa/nix-mode
commit b0db22ebd50a62ccb225e8404593757cba19588f
Author: Matthew Justin Bauer <mjbauer95@gmail.com>
Commit: GitHub <noreply@github.com>

    Remove case-fold-search in nix-mode (again)
    
    See #33
---
 nix-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nix-mode.el b/nix-mode.el
index 55fccde6fe..105cde1717 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -454,8 +454,6 @@ The hook `nix-mode-hook' is run when Nix mode is started.
 "
   :syntax-table nix-mode-syntax-table
 
-  (setq-local case-fold-search nil)
-
   ;; 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 nil)



reply via email to

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