branch: elpa/nix-mode
commit 732ce2f1741eb895af1ad369bebc61bea2182289
Author: Matthew Justin Bauer <[email protected]>
Commit: GitHub <[email protected]>
Remove case-fold-search setting
Fixes #33
---
nix-mode.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/nix-mode.el b/nix-mode.el
index b57867adf2..55fccde6fe 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -484,9 +484,6 @@ The hook `nix-mode-hook' is run when Nix mode is started.
(setq-local paragraph-start "[ \t]*\\(#+[ \t]*\\)?$")
(setq-local paragraph-separate paragraph-start)
- ;; Case sensitive searching
- (setq-local case-fold-search nil)
-
(easy-menu-add nix-mode-menu nix-mode-map))
;;;###autoload