[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to keep cursor stationary when scrolling with mouse
From: |
Michael Heerdegen |
Subject: |
Re: how to keep cursor stationary when scrolling with mouse |
Date: |
Tue, 18 Nov 2014 12:30:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
JohnF <john@please.see.sig.for.email.com> writes:
> I've failed to google how to stop that. What can I put
> in .emacs so that the point/cursor remains stationary on
> the screen, rather than following the text, when scrolling
> with the mouse? Thanks,
AFAIK `centered-cursor-mode' makes Emacs behave like that:
http://www.emacswiki.org/emacs/centered-cursor-mode.el
Michael.