summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el
index 19987bb..1a30192 100644
--- a/init.el
+++ b/init.el
@@ -126,6 +126,12 @@
(setq calendar-week-start-day 1)
(setq calendar-date-style (quote european))
+;; beacon mode
+(use-package beacon
+ :config
+ (setq beacon-color "OrangeRed")
+ (beacon-mode 1))
+
;; remap M-x to something else
;; https://sites.google.com/site/steveyegge2/effective-emacs
;; (global-set-key "\C-x\C-m" 'execute-extended-command)