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

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

Re: [External] : Make scroll-{up, down} move point to {start, end} of ne


From: hw
Subject: Re: [External] : Make scroll-{up, down} move point to {start, end} of newly visible text
Date: Tue, 01 Aug 2023 13:44:50 +0200
User-agent: Evolution 3.48.4 (3.48.4-1.fc38)

On Tue, 2023-08-01 at 01:26 +0000, Drew Adams wrote:
> Not exactly what you requested, but maybe one of these
> will help:
> 
> 1. `hl-spotlight-mode', in `hl-spotlight.el'
> 
> https://www.emacswiki.org/emacs/download/hl-spotlight.el
> 
> 2. `crosshairs-mode', in `crosshairs.el'
> 
> https://www.emacswiki.org/emacs/download/crosshairs.el
> 
> (That one requires `hl-line+.el', same URL prefix.)
> 
> There are likely lots of libraries that offer ways to
> focus on what you want to focus on, e.g., to keep track
> of your reading.
> 
> Even plain `hl-line-mode.el' does that, to some degree.

Good idea --- isn't that part of emacs?  I have


(setq global-hl-line-mode t)
(set-face-background hl-line-face "#200020")


That goes with green text on black background and blink-cursor-mode
set to nil (because the blink is unsettling for me).  Point is red,
and that quite sticks out.




reply via email to

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