From 1db5b3312faeaf2c152daf1b324192378570c375 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 11 Oct 2024 14:33:28 +0100 Subject: Turn on next-error-follow-minor-mode in deadgrep-mode --- .emacs.d/lisp/init-search.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el index f1959d8..edc0ce9 100644 --- a/.emacs.d/lisp/init-search.el +++ b/.emacs.d/lisp/init-search.el @@ -170,6 +170,7 @@ (interactive (list (deadgrep--read-search-term))) (let ((include-all t)) (deadgrep search-term))) + :hook (deadgrep-mode . next-error-follow-minor-mode) :bind ("C-c c d" . deadgrep) ("C-c c M-d" . deadgrep-all) -- cgit 1.4.1-2-gfad0 5d9af2c75510f08e9019e75c9'/> 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 blame commit diff stats
path: root/sandbox/005-sandbox.mu
blob: cd37e7a8b4253b05e2612146c53d455ed7840d01 (plain) (tree)
1
2
3
4
5
6
7
8
9