branch: elpa/nix-mode
commit b0db22ebd50a62ccb225e8404593757cba19588f
Author: Matthew Justin Bauer <[email protected]>
Commit: GitHub <[email protected]>

    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