From b277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:57:19 -0400 Subject: require/provide statements --- bard-elisp/bard-email.el | 1 + 1 file changed, 1 insertion(+) (limited to 'bard-elisp/bard-email.el') diff --git a/bard-elisp/bard-email.el b/bard-elisp/bard-email.el index 34e5700..7d40965 100644 --- a/bard-elisp/bard-email.el +++ b/bard-elisp/bard-email.el @@ -120,3 +120,4 @@ next invocation of 'notmuch new'." (shell-command (format "notmuch search --output=files --format=text0 tag:%s | xargs -r0 rm" del-tag) t)))) +(provide 'bard-email) -- cgit v1.2.3