aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-ui.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/oni-ui.el b/oni-ui.el
index 3155f69..ae3e548 100644
--- a/oni-ui.el
+++ b/oni-ui.el
@@ -4,7 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210841
+;; Version: 2020.0302.102752
+;; Package-Requires: (beacon)
;; 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,6 +27,7 @@
;;; Code:
(require 'tool-bar)
+(require 'beacon)
(menu-bar-mode -1)
(tool-bar-mode -1)
@@ -33,6 +35,7 @@
(blink-cursor-mode -1)
(show-paren-mode)
+(beacon-mode)
(setq inhibit-startup-screen t)