Skip to content

Commit f43f8cc

Browse files
committed
tweak(pulsar): update for the latest version
1 parent 859f487 commit f43f8cc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

modules/me-ui.el

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,16 @@
9494

9595
;; Pulse highlight on demand or after select functions
9696
(use-package pulsar
97-
:straight (:host github :repo "protesilaos/pulsar" :fork (:host github :repo "abougouffa/pulsar" :branch "refined-pulse-region"))
97+
:straight (:host github :repo "protesilaos/pulsar")
9898
:hook (minemacs-first-file . pulsar-global-mode)
9999
:custom
100-
(pulsar-face 'pulsar-red)
101-
(pulsar-pulse-on-region t)
100+
(pulsar-pulse-region t)
101+
(pulsar-pulse-on-window-change t)
102+
(pulsar-region-face 'pulsar-green)
103+
(pulsar-highlight-face 'pulsar-cyan)
104+
(pulsar-region-change-face 'pulsar-red)
105+
(pulsar-window-change-face 'pulsar-yellow)
102106
:config
103-
(cl-callf append pulsar-pulse-region-functions
104-
'(kill-whole-line crux-smart-kill-line
105-
+kill-whitespace-or-word +kill-whitespace-or-word
106-
+kill-region-as-paragraph +kill-region-or-backward-word
107-
+backward-kill-whitespace-or-word))
108107
(cl-callf append pulsar-pulse-functions '(what-cursor-position)))
109108

110109

0 commit comments

Comments
 (0)