about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-ui.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-07-08 07:48:08 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-07-08 07:48:08 +0100
commitef2eefa6d52d310862d530e552ed9dd3ace488b8 (patch)
tree7219e5bffe24511924be84987baf863c80dc4bdf /.emacs.d/lisp/init-ui.el
parent42bfea4f3543b73f3d7a81529f2fe2f137833fce (diff)
downloaddotfiles-ef2eefa6d52d310862d530e552ed9dd3ace488b8.tar.gz
Fix issue with pulsar and lin not loading correctly
Diffstat (limited to '.emacs.d/lisp/init-ui.el')
-rw-r--r--.emacs.d/lisp/init-ui.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 4b64e7e..a52446b 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -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)