Remove pulsar

This commit is contained in:
David Morgan 2022-11-01 16:47:02 +00:00
parent 8320b9022e
commit c79ae695e8
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 8 additions and 19 deletions

View File

@ -184,26 +184,15 @@
(dolist (cmd '(previous-buffer next-buffer))
(put cmd 'repeat-map 'buffer-repeat-map)))
(use-package pulsar
:defer 5
:custom
(pulsar-pulse t)
(pulsar-iterations 80)
(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))
(use-package beacon
:defer 5
:diminish
:custom
(beacon-color "yellow")
(beacon-push-mark 20)
:bind ("C-c c b" . beacon-blink)
:config
(beacon-mode 1))
:defer 5
:diminish
:custom
(beacon-color "yellow")
(beacon-push-mark 20)
:bind ("C-c c b" . beacon-blink)
:config
(beacon-mode 1))
(use-package helpful
:bind (("C-h f" . helpful-callable)