1
0
Fork 0

Add beacon

This commit is contained in:
Tom Willemse 2020-03-02 10:28:50 -08:00
parent d8feb63388
commit f082706a20

View file

@ -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)