emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a8d35d5 01/10: Don't blink on line movement


From: Artur Malabarba
Subject: [elpa] master a8d35d5 01/10: Don't blink on line movement
Date: Tue, 01 Dec 2015 12:09:53 +0000

branch: master
commit a8d35d512872931e05c398fbc0f0f54851f0bfcf
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Don't blink on line movement
    
    Related to #35
---
 beacon.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/beacon.el b/beacon.el
index 63ebbae..3dc772d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]