aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp/bard-search.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-04-06 13:02:34 -0400
committerDaniel <[email protected]>2024-04-06 13:02:34 -0400
commit4c5df05a99987cc7358bbe9157170ec2ebc1935c (patch)
treed0e20c619b10b654b8e48096727d822efabe6915 /bard-elisp/bard-search.el
parent7e6885a85be99e25d12920806e7d4fc04a8bada0 (diff)
major refractor (pt 1/2-4)
Diffstat (limited to 'bard-elisp/bard-search.el')
-rw-r--r--bard-elisp/bard-search.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-elisp/bard-search.el b/bard-elisp/bard-search.el
index 949a9d1..dbea35f 100644
--- a/bard-elisp/bard-search.el
+++ b/bard-elisp/bard-search.el
@@ -46,3 +46,5 @@
(run-hooks 'prot-search-outline-hook)))
(define-key global-map (kbd "M-s M-o") #'prot-search-outline)
+
+(provide 'bard-search)