diff options
Diffstat (limited to 'oni-ui.el')
| -rw-r--r-- | oni-ui.el | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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) |
