diff options
| author | BardofSprites <[email protected]> | 2024-10-06 21:36:49 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-06 21:36:49 -0400 |
| commit | d15541ccaa84b8a6dc77432123228e83eb8d3be0 (patch) | |
| tree | f41c1f0370f9436d2cc76cb72938a14697437013 | |
| parent | 2150dd77e20f84eafd1689dc4d165a0a3b4462eb (diff) | |
provide
| -rw-r--r-- | bard-elisp/bard-embark.el | 2 |
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) |
