Diminish ‘beacon-mode’
This commit is contained in:
parent
c7603f21d3
commit
00898a0138
1 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue