summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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)