From 85d23302f1b748bf3a8e39a54e82fa23ea5e5425 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 1 Apr 2026 16:38:02 +0200 Subject: emacs: Configure ‘default-grab-pattern’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-search.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/emacs/modules/mm-search.el b/.config/emacs/modules/mm-search.el index 3afb77e..c89b9d0 100644 --- a/.config/emacs/modules/mm-search.el +++ b/.config/emacs/modules/mm-search.el @@ -50,6 +50,8 @@ matching respectively." ;;; Grab Integration (use-package grab - :commands (grab git-grab project-grab project-git-grab)) + :commands (grab git-grab project-grab project-git-grab) + :custom + (grab-default-pattern '("x/^.*?$/ g// h//" . 12))) (provide 'mm-search) -- cgit v1.2.3