From d762a6d20913c77e6d83d42988cc5e71047388df Mon Sep 17 00:00:00 2001 From: XXIV <13811862+thechampagne@users.noreply.github.com> Date: Sun, 4 Dec 2022 05:15:38 +0300 Subject: [PATCH] Add autoload --- bloopunit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bloopunit.el b/bloopunit.el index 38614ed..e6b18f5 100644 --- a/bloopunit.el +++ b/bloopunit.el @@ -249,6 +249,7 @@ Specify optional SINGLE (T)) to try to run only a single test case." (split-string (bloopunit--retrieve-projects)))) (message "Selected project: %s" *bloop-project*)) +;;;###autoload (define-minor-mode bloopunit-mode "Bloop unit - test runner. Runs Bloop to execute tests." :lighter " BU"