diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-22 17:05:21 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-22 17:05:21 +0100 |
| commit | f0e047b0674817c3fba38386a151c0b2ed620f50 (patch) | |
| tree | 38598c348f7f536c2f0c302693856349639295d6 /.config/emacs/modules/mm-search.el | |
| parent | 9a40ca3f9f198cb14c64c25edcf7c325ca2b8e5e (diff) | |
| parent | cb6831070008c56d3f287c4c754526d2c9d735a2 (diff) | |
Diffstat (limited to '.config/emacs/modules/mm-search.el')
| -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) |