]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove recenter-top-bottom from beacon-dont-blink-commands
authorArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 3 Dec 2015 13:58:52 +0000 (13:58 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 3 Dec 2015 13:58:52 +0000 (13:58 +0000)
beacon.el

index 66e6964014348aa3d04dc9ef69b976f3daa23faa..9e211e22a0476f9e26808a27a19c4f5ef7d4cef7 100644 (file)
--- a/beacon.el
+++ b/beacon.el
@@ -157,8 +157,8 @@ one of the major-modes on this list, the beacon will not
 blink."
   :type '(repeat symbol))
 
-(defcustom beacon-dont-blink-commands '(recenter-top-bottom next-line previous-line
-                                                      forward-line)
+(defcustom beacon-dont-blink-commands '(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