help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: case-fold-search - how to make it always non-nil?


From: Drew Adams
Subject: RE: case-fold-search - how to make it always non-nil?
Date: Tue, 28 Apr 2009 09:49:27 -0700

> I want case-fold-search to be non-nil in all my buffers at all
> times.... how can I set this up?
> I dont like using customize. I prefer to edit my ~/emacs/init.el file.

(setq-default case-fold-search t)

That sets the default value for all buffers, but it won't prevent something or
someone from setting the value to nil locally.





reply via email to

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