]> code.delx.au - gnu-emacs-elpa/commitdiff
Improve readme
authorArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 15 Oct 2015 13:21:11 +0000 (14:21 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 15 Oct 2015 13:21:16 +0000 (14:21 +0100)
Readme.org
example-beacon.gif [new file with mode: 0644]

index 621d259d0c4562d13d868b5e9e0758541e451db2..011c8c1c30d6cacabca895397ae598ee3b43d0ec 100644 (file)
@@ -5,16 +5,20 @@ This is a global minor-mode.  Turn it on everywhere with:
 (beacon-mode 1)
 #+END_SRC
 
-Whenever point moves a long distance (as defined by
-~beacon-minimum-distance~) a light will shine on top of your cursor
-to make sure you see where it is.
+[[file:example-beacon.gif]]
+
+Whenever the window scrolls or the buffer changes a light will shine
+on top of your cursor so you know where it is.
+
+That’s it.
 
 - To customize the appearance of the beacon, configure
-  ~beacon-size~ and ~beacon-brightness~.
+  ~beacon-size~ and ~beacon-color~.
 
 - To customize how long it lasts, configure ~beacon-blink-duration~
   and ~beacon-blink-delay~.
 
-- To customize when it is used at all, configure
-  ~beacon-minimum-distance~ and
-  ~beacon-blink-when-buffer-changes~.
+- To customize /when/ it is used at all, configure
+  ~beacon-blink-when-window-scrolls~,
+  ~beacon-blink-when-buffer-changes~, and
+  ~beacon-blink-when-point-moves~.
diff --git a/example-beacon.gif b/example-beacon.gif
new file mode 100644 (file)
index 0000000..4c01c77
Binary files /dev/null and b/example-beacon.gif differ