]> code.delx.au - gnu-emacs-elpa/commitdiff
Don't blink on line movement
authorArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 9 Nov 2015 11:43:41 +0000 (11:43 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 9 Nov 2015 11:43:41 +0000 (11:43 +0000)
Related to #35

beacon.el

index 63ebbae1e89faa4a07d7d866a3c2ce186785a6dc..3dc772d2067c432b753bb17a5934647359c86983 100644 (file)
--- a/beacon.el
+++ b/beacon.el
@@ -156,7 +156,8 @@ one of the major-modes on this list, the beacon will not
 blink."
   :type '(repeat symbol))
 
 blink."
   :type '(repeat symbol))
 
-(defcustom beacon-dont-blink-commands '(recenter-top-bottom)
+(defcustom beacon-dont-blink-commands '(recenter-top-bottom next-line previous-line
+                                                      forward-line)
   "A list of commands that should not make the beacon blink.
 Use this for commands that scroll the window in very
 predictable ways, when the blink would be more distracting
   "A list of commands that should not make the beacon blink.
 Use this for commands that scroll the window in very
 predictable ways, when the blink would be more distracting