From f082706a204de79f70ff9dcde9957eab8eeadc20 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Mar 2020 10:28:50 -0800 Subject: Add beacon --- oni-ui.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;; 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) -- cgit v1.2.3-54-g00ecf