Tweak beacon config

This commit is contained in:
David Morgan 2022-11-02 16:47:03 +00:00
parent 4e58964ca6
commit c2aa65c9bf
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 6 additions and 0 deletions

View File

@ -184,14 +184,20 @@
(dolist (cmd '(previous-buffer next-buffer))
(put cmd 'repeat-map 'buffer-repeat-map)))
(use-package beacon
:defer 5
:diminish
:custom
(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-focused t)
:bind ("C-c c b" . beacon-blink)
:config
(add-to-list 'beacon-dont-blink-major-modes 'cider-repl-mode t)
(beacon-mode 1))
(use-package helpful