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

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

[elpa] master 216f0f4 02/10: Add gnus-summary-mode and gnus-group-mode t


From: Artur Malabarba
Subject: [elpa] master 216f0f4 02/10: Add gnus-summary-mode and gnus-group-mode to dont-blink-modes
Date: Tue, 01 Dec 2015 12:09:53 +0000

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

    Add gnus-summary-mode and gnus-group-mode to dont-blink-modes
---
 beacon.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/beacon.el b/beacon.el
index 3dc772d..a01ea1a 100644
--- a/beacon.el
+++ b/beacon.el
@@ -149,7 +149,8 @@ For instance, if you want to disable beacon on buffers where
 
 (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 (quote 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



reply via email to

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