diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-28 16:42:45 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-28 16:42:45 +0000 |
commit | e2f1561fdf892954fa3daac7f17227eaf3b89139 (patch) | |
tree | 3777154407363dbdc2d4265e675e75e57c72b179 /init.el | |
parent | 9991944ed548e3171658cecd7a9886f5a6bfd21a (diff) |
installed beacon mode
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |