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

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

[elpa] master ceff01b 1/4: Don't blink in Magit popups


From: Artur Malabarba
Subject: [elpa] master ceff01b 1/4: Don't blink in Magit popups
Date: Sun, 25 Oct 2015 15:30:27 +0000

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

    Don't blink in Magit popups
---
 beacon.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/beacon.el b/beacon.el
index 68f2b40..bfeeade 100644
--- a/beacon.el
+++ b/beacon.el
@@ -117,7 +117,7 @@ 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)
+(defcustom beacon-dont-blink-major-modes '(magit-status-mode magit-popup-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]