summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2026-03-20 16:37:35 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2026-03-20 16:48:30 +0100
commit754fccfdc4820e098f6ec53cc532b1aea52ce1d0 (patch)
treeaeebe47b8e479e127c35819b7fbdbef60242a3ef /.config/emacs/modules
parent079822d7974d0b17706799f2d01863be9a1e8341 (diff)
emacs: Configure ‘grab’
Diffstat (limited to '.config/emacs/modules')
-rw-r--r--.config/emacs/modules/mm-search.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-search.el b/.config/emacs/modules/mm-search.el
index 9b1c4c4..3afb77e 100644
--- a/.config/emacs/modules/mm-search.el
+++ b/.config/emacs/modules/mm-search.el
@@ -46,4 +46,10 @@ matching respectively."
(interactive (list (project--read-regexp)))
(mm--project-find-wrapper #'project-or-external-find-regexp regexp))
+
+;;; Grab Integration
+
+(use-package grab
+ :commands (grab git-grab project-grab project-git-grab))
+
(provide 'mm-search)