diff options
| author | Thomas Voss <thomas.voss@humanwave.nl> | 2026-04-01 16:38:02 +0200 |
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2026-04-01 16:38:02 +0200 |
| commit | 85d23302f1b748bf3a8e39a54e82fa23ea5e5425 (patch) | |
| tree | dad2ad19295d0feef89740d5d6be4c0f5db74ed3 /.config/emacs/modules | |
| parent | afb7e260a9b8580fe67a1b83377cf2bab81cec1a (diff) | |
emacs: Configure ‘default-grab-pattern’
Diffstat (limited to '.config/emacs/modules')
| -rw-r--r-- | .config/emacs/modules/mm-search.el | 4 |
1 files changed, 3 insertions, 1 deletions
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) |