aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ui.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-ui.el')
-rw-r--r--oni-ui.el10
1 files changed, 2 insertions, 8 deletions
diff --git a/oni-ui.el b/oni-ui.el
index a6350a3..854f4b3 100644
--- a/oni-ui.el
+++ b/oni-ui.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.003239
-;; Package-Requires: (beacon diminish)
+;; Version: 2025.1021.110116
+;; Package-Requires: (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,21 +26,15 @@
;;; Code:
-(require 'beacon)
(require 'diminish)
(require 'tool-bar)
-(with-eval-after-load 'beacon
- (diminish 'beacon-mode)
- (add-to-list 'beacon-dont-blink-major-modes 'circe-channel-mode))
-
(menu-bar-mode -1)
(tool-bar-mode -1)
(blink-cursor-mode -1)
(show-paren-mode)
-(beacon-mode)
(setq inhibit-startup-screen t)