[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:
parent
9f3c9947b6
commit
ee6dd64430
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue