Fix issue with pulsar and lin not loading correctly

This commit is contained in:
David Morgan 2022-07-08 07:48:08 +01:00
parent 42bfea4f35
commit ef2eefa6d5
1 changed files with 3 additions and 2 deletions

View File

@ -127,7 +127,8 @@
:hook
(isearch-update-post-hook . pulsar-pulse-line)
(consult-after-jump-hook . pulsar-pulse-line)
:config
:bind ("C-c c p" . pulsar-pulse-line)
:init
(pulsar-global-mode 1))
(use-package lin
@ -141,7 +142,7 @@
ibuffer-mode-hook
grep-mode-hook
occur-mode-hook))
:config
:init
(lin-global-mode 1))
(provide 'init-ui)