]> code.delx.au - gnu-emacs-elpa/blob - Readme.org
6587e1228fdf324c1581cda75f122611418ec664
[gnu-emacs-elpa] / Readme.org
1 #+TITLE: Spotlight --- Never lose your cursor again
2
3 This is a global minor-mode. Turn it on everywhere with:
4 #+BEGIN_SRC emacs-lisp
5 (spotlight-mode 1)
6 #+END_SRC
7
8 Whenever point moves a long distance (as defined by
9 ~spotlight-minimum-distance~) a light will shine on top of your cursor
10 to make sure you see where it is.
11
12 - To customize the appearance of the spotlight, configure
13 ~spotlight-size~ and ~spotlight-brightness~.
14
15 - To customize how long it lasts, configure ~spotlight-blink-duration~
16 and ~spotlight-blink-delay~.
17
18 - To customize when it is used at all, configure
19 ~spotlight-minimum-distance~ and
20 ~spotlight-blink-when-buffer-changes~.