]> code.delx.au - gnu-emacs-elpa/blobdiff - Readme.org
Fix #39 - Allow for the absence of a background color
[gnu-emacs-elpa] / Readme.org
index d22ae20fdb571be62347822f9821d241fc457169..50631c8f7505a906c95e327e057621adc2bd48fa 100644 (file)
@@ -25,10 +25,17 @@ That’s it.
   ~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.