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

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

Re: Transient mark mode


From: Deniz Dogan
Subject: Re: Transient mark mode
Date: Mon, 17 Oct 2011 18:00:23 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 2011-10-17 11:38, Morten Leander Petersen wrote:
Hi.

I use a couple of modes which require transient mark mode to be enabled
(yasnippet for one). However, I don't like the highlighting of the
region. So is there a way to get rid of this highlighting without having
to disable transient mark mode?


Just remove the `background' property from the `region' face using customize:

(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(region ((t nil))))



reply via email to

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