X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/d1f0728ea61891c8afd984861426528df898e918..2f6ec690f2b0085f4429e6a61fd572757ca8aa78:/Readme.org diff --git a/Readme.org b/Readme.org index def0bba34..50631c8f7 100644 --- a/Readme.org +++ b/Readme.org @@ -7,8 +7,8 @@ This is a global minor-mode. Turn it on everywhere with: [[file:example-beacon.gif]] -Whenever the window scrolls or you switch buffer a light will shine on -top of your cursor so you know where it is. +Whenever the window scrolls a light will shine on top of your cursor +so you know where it is. That’s it. @@ -22,13 +22,20 @@ That’s it. - To customize /when/ the beacon should blink at all, configure ~beacon-blink-when-window-scrolls~, - ~beacon-blink-when-buffer-changes~, and + ~beacon-blink-when-window-changes~, and ~beacon-blink-when-point-moves~. -- To prevent the beacon from blinking only on some major-modes, - configure ~beacon-dont-blink-major-modes~. For specific buffers, you - can do ~(setq-local beacon-mode nil)~. For even more refined - control, configure ~beacon-dont-blink-predicates~ +- To prevent the beacon from blinking only on specific situations + configure ~beacon-dont-blink-major-modes~, + ~beacon-dont-blink-predicates~, or ~beacon-dont-blink-commands~. You + can also disable it only in specific buffers by doing + ~(setq-local beacon-mode nil)~. - Beacon can also push the mark for you whenever point moves a long distance. For this, configure ~beacon-push-mark~. + +** Contributors + +- [[https://github.com/tsdh][Tassilo Horn]] + +If you’d like to help too, just open a PR.