ENH make beacon smaller and less obtrusive

This commit is contained in:
ndwarshuis 2019-05-24 20:53:19 -04:00
parent b212f10da0
commit 85f96ba793
1 changed files with 5 additions and 1 deletions

View File

@ -510,7 +510,11 @@ This makes a nice glowy effect on the cursor when switching window focus. Very e
:straight t :straight t
:delight :delight
:init :init
(beacon-mode 1)) (beacon-mode 1)
:config
(setq beacon-blink-duration 0.2
beacon-blink-delay 0.1
beacon-size 20))
#+END_SRC #+END_SRC
** misc ** misc
*** line wrap *** line wrap