> > diff --git a/elpa-packages b/elpa-packages > index 608d8a353b..de5e15df48 100644 > --- a/elpa-packages > +++ b/elpa-packages > @@ -683,6 +683,8 @@ > :news "CHANGELOG.org" > :ignored-files ("LICENSE")) > (test-simple :url "https://github.com/rocky/emacs-test-simple") > + (theme-buffet :url "https://git.sr.ht/~bboal/theme-buffet" > + :readme "README.md") Are you sure you want this, the contents of your README appear to be identical to your "Commentary" section (something I don't recommend in general, I see a README as something that interests people who have checked out your repository, while the Commentary should describe the intention and the entry-points of your package). > (timerfunctions :url nil) > (tiny :url "https://github.com/abo-abo/tiny") > (tmr :url "https://git.sr.ht/~protesilaos/tmr" > > > Let me know what you think. > > Best regards, > Bruno Boal