ENH make beacon smaller and less obtrusive
This commit is contained in:
parent
b212f10da0
commit
85f96ba793
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue