Try out beacon

This commit is contained in:
David Morgan 2022-10-06 16:33:12 +01:00
parent ebebb8b831
commit 732d65be39
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 13 additions and 4 deletions

View File

@ -184,13 +184,22 @@
:custom
(pulsar-pulse t)
(pulsar-iterations 80)
(pulsar-face 'pulsar-red)
(pulsar-face 'pulsar-yellow)
:hook
(isearch-update-post-hook . pulsar-pulse-line)
(consult-after-jump-hook . pulsar-pulse-line)
:bind ("C-c c p" . pulsar-pulse-line)
:config
(pulsar-global-mode 1))
:bind ("C-c c p" . pulsar-pulse-line))
(use-package beacon
:defer 5
:diminish
:custom
(beacon-blink-duration 0.5)
(beacon-blink-delay 0.4)
(beacon-color "yellow")
:bind ("C-c c b" . beacon-blink)
:config
(beacon-mode 1))
(provide 'init-ui)
;;; init-ui.el ends here