From: Artur Malabarba Date: Sat, 6 Feb 2016 17:15:58 +0000 (+0000) Subject: Don't blink in inf-ruby-mode X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/f6d2e0e0e53dc68d86199a92d7f9e1bc19050c81 Don't blink in inf-ruby-mode Some racing issue causes the beacon to blink to the left of the prompt, which is really annoying. --- diff --git a/beacon.el b/beacon.el index adf6e1da7..6ac9e337e 100644 --- a/beacon.el +++ b/beacon.el @@ -150,6 +150,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 '(t magit-status-mode magit-popup-mode + inf-ruby-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