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

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

Re: Permanently Changing Search Option


From: Andreas Roehler
Subject: Re: Permanently Changing Search Option
Date: Wed, 28 Jun 2006 07:18:59 +0200
User-agent: KNode/0.9.2

bjemacs wrote:

> 
> Kevin:
> 
> I just now put (setq isearch-word t) in my .emacs file.
> Restarted a session in Emacs. But the search remains
> incrimental.
> 
> Any further thoughts?
> 
> Appreciated.
> 
> bj

Put this into your init file (~/.emacs usually)

(global-set-key (kbd "C-s") 'search-forward)




reply via email to

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