Improve pulsar config

This commit is contained in:
David Morgan 2022-06-15 12:33:42 +01:00
parent 75fb2d87b3
commit 0cea2e2e9c
1 changed files with 12 additions and 2 deletions

View File

@ -112,8 +112,18 @@
:custom
(pulsar-pulse-on-window-change t)
(pulsar-pulse t)
(pulsar-face 'pulsar-green)
(pulsar-highlight-face 'pulsar-yellow)
(pulsar-iterations 80)
(pulsar-face 'pulsar-red)
(pulsar-pulse-functions '(recenter-top-bottom
move-to-window-line-top-bottom
reposition-window
forward-page
backward-page
scroll-up-command
scroll-down-command))
:hook
(isearch-update-post-hook . pulsar-pulse-line)
(consult-after-jump-hook . pulsar-pulse-line)
:config
(pulsar-global-mode 1))