[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master f6d2e0e 2/4: Don't blink in inf-ruby-mode
From: |
Artur Malabarba |
Subject: |
[elpa] master f6d2e0e 2/4: Don't blink in inf-ruby-mode |
Date: |
Sat, 06 Feb 2016 19:20:03 +0000 |
branch: master
commit f6d2e0e0e53dc68d86199a92d7f9e1bc19050c81
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>
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.
---
beacon.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/beacon.el b/beacon.el
index adf6e1d..6ac9e33 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