aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-08-27 12:03:41 -0700
committerGravatar Tom Willemse2021-08-27 12:03:41 -0700
commitee6dd64430d8b94265cf25cb26e0e408a940580a (patch)
tree32e644b9dcff6934840cd090d6fd00d8da363b98 /oni-ui.el
parent9f3c9947b6c9469dd6527cb480a9b211c50e506d (diff)
downloademacs-config-ee6dd64430d8b94265cf25cb26e0e408a940580a.tar.gz
emacs-config-ee6dd64430d8b94265cf25cb26e0e408a940580a.zip
[oni-core] Don’t blink ‘beacon’ in Circe channel buffers
Beacon blinks a lot when new messages come in and when I type long sentences. In Circe buffers this really isn’t necessary.
Diffstat (limited to 'oni-ui.el')
-rw-r--r--oni-ui.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-ui.el b/oni-ui.el
index 2ab5257..adc0e5a 100644
--- a/oni-ui.el
+++ b/oni-ui.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1218.000836
+;; Version: 2021.0827.110905
;; Package-Requires: (beacon diminish)
;; This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,9 @@
(require 'diminish)
(require 'tool-bar)
-(with-eval-after-load 'beacon (diminish 'beacon-mode))
+(with-eval-after-load 'beacon
+ (diminish 'beacon-mode)
+ (add-to-list 'beacon-dont-blink-major-modes 'circe-channel-mode))
(menu-bar-mode -1)
(tool-bar-mode -1)