Try pulsar

This commit is contained in:
David Morgan 2022-06-07 09:30:21 +01:00
parent a568e1a26f
commit 6f3370ebe7
1 changed files with 9 additions and 0 deletions

View File

@ -104,5 +104,14 @@
(use-package smartrep)
(use-package pulsar
:custom
(pulsar-pulse-on-window-change t)
(pulsar-pulse t)
(pulsar-face 'pulsar-green)
(pulsar-highlight-face 'pulsar-yellow)
:config
(pulsar-global-mode 1))
(provide 'init-ui)
;;; init-ui.el ends here