diff --git a/oni-ui.el b/oni-ui.el index ae3e548..2ab5257 100644 --- a/oni-ui.el +++ b/oni-ui.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0302.102752 -;; Package-Requires: (beacon) +;; Version: 2020.1218.000836 +;; Package-Requires: (beacon diminish) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -26,8 +26,11 @@ ;;; Code: -(require 'tool-bar) (require 'beacon) +(require 'diminish) +(require 'tool-bar) + +(with-eval-after-load 'beacon (diminish 'beacon-mode)) (menu-bar-mode -1) (tool-bar-mode -1)