emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] how to stop the mouse pointer highlighting in agenda?


From: Igor Sosa Mayor
Subject: Re: [O] how to stop the mouse pointer highlighting in agenda?
Date: Fri, 18 Apr 2014 22:47:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Samuel Wales <address@hidden> writes:

> i find the highlighting of lines upon mouse pointer movement and the
> echo area notification to be distracting.

for the highlighting:

(add-hook 'org-finalize-agenda-hook
    (lambda () (remove-text-properties
               (point-min) (point-max) '(mouse-face t))))

-- 
:: Igor Sosa Mayor     :: address@hidden ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::




reply via email to

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