about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-ui.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-06-07 09:30:21 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-06-07 09:30:21 +0100
commit6f3370ebe7f75e6633a3b208d7b2a7a1532fdad3 (patch)
treeb1d73e98c81e0f271e119c725f4a95ba49c0b099 /.emacs.d/lisp/init-ui.el
parenta568e1a26f24360aadbd8ec47410ffe34953f8d0 (diff)
downloaddotfiles-6f3370ebe7f75e6633a3b208d7b2a7a1532fdad3.tar.gz
Try pulsar
Diffstat (limited to '.emacs.d/lisp/init-ui.el')
-rw-r--r--.emacs.d/lisp/init-ui.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 1856c9d..5d0555f 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -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