1
0
Fork 0

Diminish ‘beacon-mode’

This commit is contained in:
Tom Willemse 2020-12-18 00:08:55 -08:00
parent c7603f21d3
commit 00898a0138

View file

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