]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit 'f9e686861765162a9a6373a936c1a72359e7bf4b'
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Dec 2015 12:06:37 +0000 (12:06 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Dec 2015 12:06:37 +0000 (12:06 +0000)
1  2 
packages/beacon/beacon.el

index 63ebbae1e89faa4a07d7d866a3c2ce186785a6dc,66e6964014348aa3d04dc9ef69b976f3daa23faa..66e6964014348aa3d04dc9ef69b976f3daa23faa
@@@ -149,14 -149,16 +149,16 @@@ For instance, if you want to disable be
  
  (add-hook 'beacon-dont-blink-predicates #'window-minibuffer-p)
  
- (defcustom beacon-dont-blink-major-modes '(magit-status-mode magit-popup-mode)
+ (defcustom beacon-dont-blink-major-modes '(t magit-status-mode magit-popup-mode
+                                        gnus-summary-mode gnus-group-mode)
    "A list of major-modes where the beacon won't blink.
  Whenever the current buffer satisfies `derived-mode-p' for
  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