From c79ae695e8ed1d2bc6f18092fc0fc0ae758649b2 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 1 Nov 2022 16:47:02 +0000 Subject: Remove pulsar --- .emacs.d/lisp/init-ui.el | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to '.emacs.d/lisp/init-ui.el') diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el index 8f88a90..288c94e 100644 --- a/.emacs.d/lisp/init-ui.el +++ b/.emacs.d/lisp/init-ui.el @@ -184,26 +184,15 @@ (dolist (cmd '(previous-buffer next-buffer)) (put cmd 'repeat-map 'buffer-repeat-map))) -(use-package pulsar +(use-package beacon :defer 5 + :diminish :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)) + (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) -- cgit 1.4.1-2-gfad0