1
0
Fork 0

[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.
This commit is contained in:
Tom Willemse 2021-08-27 12:03:41 -07:00
parent 9f3c9947b6
commit ee6dd64430
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -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)