summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2026-04-01 16:38:02 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2026-04-01 16:38:02 +0200
commit85d23302f1b748bf3a8e39a54e82fa23ea5e5425 (patch)
treedad2ad19295d0feef89740d5d6be4c0f5db74ed3 /.config
parentafb7e260a9b8580fe67a1b83377cf2bab81cec1a (diff)
emacs: Configure ‘default-grab-pattern’
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-search.el4
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)