diff options
| author | Thomas Voss <thomas.voss@humanwave.nl> | 2026-03-20 16:37:35 +0100 |
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2026-03-20 16:48:30 +0100 |
| commit | 754fccfdc4820e098f6ec53cc532b1aea52ce1d0 (patch) | |
| tree | aeebe47b8e479e127c35819b7fbdbef60242a3ef /.config | |
| parent | 079822d7974d0b17706799f2d01863be9a1e8341 (diff) | |
emacs: Configure ‘grab’
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/modules/mm-search.el | 6 |
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) |