File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 94
94
95
95
; ; Pulse highlight on demand or after select functions
96
96
(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" )
98
98
:hook (minemacs-first-file . pulsar-global-mode)
99
99
: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 )
102
106
: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))
108
107
(cl-callf append pulsar-pulse-functions '(what-cursor-position )))
109
108
110
109
You can’t perform that action at this time.
0 commit comments