From f9e686861765162a9a6373a936c1a72359e7bf4b Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 11 Nov 2015 16:26:22 +0000 Subject: [PATCH] Fix #36 Stupid use of quote --- beacon.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon.el b/beacon.el index a01ea1a7e..66e696401 100644 --- a/beacon.el +++ b/beacon.el @@ -149,8 +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 (quote magit-status-mode magit-popup-mode - gnus-summary-mode gnus-group-mode) +(defcustom beacon-dont-blink-major-modes '(t 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 -- 2.39.2