aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp/bard-embark.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-10-06 21:36:49 -0400
committerBardofSprites <[email protected]>2024-10-06 21:36:49 -0400
commitd15541ccaa84b8a6dc77432123228e83eb8d3be0 (patch)
treef41c1f0370f9436d2cc76cb72938a14697437013 /bard-elisp/bard-embark.el
parent2150dd77e20f84eafd1689dc4d165a0a3b4462eb (diff)
provide
Diffstat (limited to 'bard-elisp/bard-embark.el')
-rw-r--r--bard-elisp/bard-embark.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-elisp/bard-embark.el b/bard-elisp/bard-embark.el
index 382c6c9..fd45d30 100644
--- a/bard-elisp/bard-embark.el
+++ b/bard-elisp/bard-embark.el
@@ -85,3 +85,5 @@
;; for those. I want it to be silent.
(defun bard-embark-no-minimal-indicator ())
(advice-add #'embark-minimal-indicator :override #'bard-embark-no-minimal-indicator)
+
+(provide 'bard-embark)