From ceff01b9e1f5e63a1e64d2b151ec6674d95ec98c Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 21 Oct 2015 22:42:00 +0100 Subject: [PATCH] Don't blink in Magit popups --- beacon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon.el b/beacon.el index 68f2b4098..bfeeade2d 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 -- 2.39.2