Skip to content

Commit

Permalink
feat(ui): add support for pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 5, 2023
1 parent 4b28273 commit a526580
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/me-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@
:straight t
:hook (ibuffer-mode . nerd-icons-ibuffer-mode))

(use-package pulsar
:straight t
:hook (minemacs-after-startup . pulsar-global-mode)
:config
(with-eval-after-load 'evil
(setq pulsar-pulse-functions
(append pulsar-pulse-functions
'(evil-yank evil-paste-after evil-paste-before
evil-delete evil-delete-line evil-delete-whole-line
evil-goto-last-change evil-goto-last-change-reverse)))))


(provide 'me-ui)

Expand Down

0 comments on commit a526580

Please sign in to comment.