aboutsummaryrefslogtreecommitdiff
path: root/ef-arbutus-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2026-04-05 16:36:50 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2026-04-05 16:36:50 +0300
commitda4229a61522365c30f38d689b480797cb1de018 (patch)
tree7ea81bae28b8ba5f5687099941237aef1ddde35c /ef-arbutus-theme.el
parent87c35b5a73381ae63427e4a67eedb5368c2b8788 (diff)
Reinstate 'provide' in all theme files
I thought this was not needed, but Ihor Radchenko showed me a useful example. This was done in issue 207: <https://github.com/protesilaos/modus-themes/issues/207>.
Diffstat (limited to 'ef-arbutus-theme.el')
-rw-r--r--ef-arbutus-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/ef-arbutus-theme.el b/ef-arbutus-theme.el
index ca23703..7233ddb 100644
--- a/ef-arbutus-theme.el
+++ b/ef-arbutus-theme.el
@@ -234,4 +234,6 @@ further details)."
nil
'ef-arbutus-palette-overrides)
+(provide 'ef-arbutus-theme)
+
;;; ef-arbutus-theme.el ends here