From: Artur Malabarba Date: Mon, 9 Nov 2015 11:43:41 +0000 (+0000) Subject: Don't blink on line movement X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/a8d35d512872931e05c398fbc0f0f54851f0bfcf Don't blink on line movement Related to #35 --- 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