aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-02 10:28:50 -0800
committerGravatar Tom Willemse2020-03-02 10:28:50 -0800
commitf082706a204de79f70ff9dcde9957eab8eeadc20 (patch)
tree9c883cfff8a83a3c7e005373b032f28525d3d1f6 /oni-ui.el
parentd8feb633881c693c02831ff69c1e3798a189161d (diff)
downloademacs-config-f082706a204de79f70ff9dcde9957eab8eeadc20.tar.gz
emacs-config-f082706a204de79f70ff9dcde9957eab8eeadc20.zip
Add beacon
Diffstat (limited to 'oni-ui.el')
-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)