diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-04-05 16:36:50 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-04-05 16:36:50 +0300 |
| commit | da4229a61522365c30f38d689b480797cb1de018 (patch) | |
| tree | 7ea81bae28b8ba5f5687099941237aef1ddde35c /ef-rosa-theme.el | |
| parent | 87c35b5a73381ae63427e4a67eedb5368c2b8788 (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-rosa-theme.el')
| -rw-r--r-- | ef-rosa-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ef-rosa-theme.el b/ef-rosa-theme.el index 38b97b3..35e6fb2 100644 --- a/ef-rosa-theme.el +++ b/ef-rosa-theme.el @@ -234,4 +234,6 @@ further details)." nil 'ef-rosa-palette-overrides) +(provide 'ef-rosa-theme) + ;;; ef-rosa-theme.el ends here |
