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

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

Re: disable font color change in region


From: Dan Espen
Subject: Re: disable font color change in region
Date: Fri, 10 Oct 2014 20:04:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Bob Clark <parminidez@gmail.com> writes:

> How can I direct emacs *not* to change the color of the *text* in a
> selected region? (It's okay to change the background color.)

I think you are looking to turn off transient-mark-mode?

If so, it's somewhere in the customize jungle or you can just:

(setq transient-mark-mode nil)

( in your .emacs)

-- 
Dan Espen


reply via email to

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