aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-18 00:08:55 -0800
committerGravatar Tom Willemse2020-12-18 00:08:55 -0800
commit00898a0138e5cab06fd8a5489df80cfe0dc86852 (patch)
treebb3b7d367ba7abd7fae9985aa797bb91a032d2e2 /oni-ui.el
parentc7603f21d3d33ed758faf95f09d641d93ab7a0df (diff)
downloademacs-config-00898a0138e5cab06fd8a5489df80cfe0dc86852.tar.gz
emacs-config-00898a0138e5cab06fd8a5489df80cfe0dc86852.zip
Diminish ‘beacon-mode’
Diffstat (limited to 'oni-ui.el')
-rw-r--r--oni-ui.el9
1 files changed, 6 insertions, 3 deletions
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 <tom@ryuslash.org>
;; 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)