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

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

[elpa] master 3e1defb 32/34: Don't blink in magit status buffers


From: Artur Malabarba
Subject: [elpa] master 3e1defb 32/34: Don't blink in magit status buffers
Date: Fri, 16 Oct 2015 09:57:00 +0000

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

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

diff --git a/beacon.el b/beacon.el
index 46ba905..290054e 100644
--- a/beacon.el
+++ b/beacon.el
@@ -127,7 +127,7 @@ non-nil, the beacon will not blink."
 (add-hook 'beacon-dont-blink-predicates (lambda () (bound-and-true-p 
hl-line-mode)))
 (add-hook 'beacon-dont-blink-predicates #'window-minibuffer-p)
 
-(defcustom beacon-dont-blink-major-modes nil
+(defcustom beacon-dont-blink-major-modes '(magit-status-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]