From 00898a0138e5cab06fd8a5489df80cfe0dc86852 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 18 Dec 2020 00:08:55 -0800 Subject: Diminish ‘beacon-mode’ --- oni-ui.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'oni-ui.el') 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) -- cgit v1.2.3-54-g00ecf