]> code.delx.au - gnu-emacs-elpa/blobdiff - Readme.org
Rename to beacon
[gnu-emacs-elpa] / Readme.org
index 6587e1228fdf324c1581cda75f122611418ec664..621d259d0c4562d13d868b5e9e0758541e451db2 100644 (file)
@@ -1,20 +1,20 @@
-#+TITLE: Spotlight --- Never lose your cursor again
+#+TITLE: Beacon --- Never lose your cursor again
 
 This is a global minor-mode.  Turn it on everywhere with:
 #+BEGIN_SRC emacs-lisp
-(spotlight-mode 1)
+(beacon-mode 1)
 #+END_SRC
 
 Whenever point moves a long distance (as defined by
-~spotlight-minimum-distance~) a light will shine on top of your cursor
+~beacon-minimum-distance~) a light will shine on top of your cursor
 to make sure you see where it is.
 
-- To customize the appearance of the spotlight, configure
-  ~spotlight-size~ and ~spotlight-brightness~.
+- To customize the appearance of the beacon, configure
+  ~beacon-size~ and ~beacon-brightness~.
 
-- To customize how long it lasts, configure ~spotlight-blink-duration~
-  and ~spotlight-blink-delay~.
+- To customize how long it lasts, configure ~beacon-blink-duration~
+  and ~beacon-blink-delay~.
 
 - To customize when it is used at all, configure
-  ~spotlight-minimum-distance~ and
-  ~spotlight-blink-when-buffer-changes~.
+  ~beacon-minimum-distance~ and
+  ~beacon-blink-when-buffer-changes~.