From 3e1defba2d847bec0f67570c3f8d9148823b1703 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Fri, 16 Oct 2015 10:45:21 +0100 Subject: [PATCH] Don't blink in magit status buffers --- beacon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon.el b/beacon.el index 46ba905bf..290054eb0 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 -- 2.39.2