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

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

[elpa] master 72c5c58 1/9: Remove recenter-top-bottom from beacon-dont-b


From: Artur Malabarba
Subject: [elpa] master 72c5c58 1/9: Remove recenter-top-bottom from beacon-dont-blink-commands
Date: Sat, 16 Jan 2016 09:42:00 +0000

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

    Remove recenter-top-bottom from beacon-dont-blink-commands
---
 beacon.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/beacon.el b/beacon.el
index 66e6964..9e211e2 100644
--- 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



reply via email to

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