From a8d35d512872931e05c398fbc0f0f54851f0bfcf Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 9 Nov 2015 11:43:41 +0000 Subject: [PATCH] Don't blink on line movement Related to #35 --- beacon.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beacon.el b/beacon.el index 63ebbae1e..3dc772d20 100644 --- 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)) -(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 -- 2.39.2