From ef2eefa6d52d310862d530e552ed9dd3ace488b8 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 8 Jul 2022 07:48:08 +0100 Subject: Fix issue with pulsar and lin not loading correctly --- .emacs.d/lisp/init-ui.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.emacs.d/lisp/init-ui.el') 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) -- cgit 1.4.1-2-gfad0 main'>main Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/archive/0.vm.arc/x.mu
blob: 778298a8a4ce127d9b7c24834ceb3516966ddc64 (plain) (blame)
1
2
3
4
5
6