about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-ui.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-03 16:50:49 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-03 16:50:49 +0000
commit3c7bf683c01de41e855d2998f53bb7ce18c9e897 (patch)
tree8d881c30fc3320b16835c9298a11ab2cf97302ee /.emacs.d/lisp/init-ui.el
parent4fd6e8d437ca5f4b19b3db75d4993e1336e9d7e1 (diff)
downloaddotfiles-3c7bf683c01de41e855d2998f53bb7ce18c9e897.tar.gz
Fix beacon config
Diffstat (limited to '.emacs.d/lisp/init-ui.el')
-rw-r--r--.emacs.d/lisp/init-ui.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 85bda2b..7315ff2 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -192,8 +192,7 @@
   (beacon-color "yellow")
   (beacon-push-mark 20)
   (beacon-blink-duration 0.4)
-  (beacon-size 45)
-  ;; (beacon-blink-when-point-moves-vertically t) ;; TODO why does this cause errors?
+  (beacon-blink-when-point-moves-vertically 10)
   (beacon-blink-when-focused t)
   :bind ("C-c c b" . beacon-blink)
   :config