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