(Also, a general question, do you use LLMs to generate some of the code?) > > The attached patch is for the elpa repo > Thanks, > Pranshu > diff --git a/elpa-packages b/elpa-packages > index 137fef0348..451a67d395 100644 > --- a/elpa-packages > +++ b/elpa-packages > @@ -368,6 +368,9 @@ > (gtags-mode :url "https://github.com/Ergus/gtags-mode") > (guess-language :url "https://github.com/tmalsburg/guess-language.el" > :merge t) > + (haskell-ts-mode :url "https://codeberg.org/pranshu/haskell-ts-mode" > + :doc "README.org" Are you sure that you want the README to be installed as a manual? > + :ignored-files ("*.png" "LICENSE")) You can list the files you wish to ignore in an .elpaignore file in your repository; its preferable to using :ignored-files as it is more flexible and easier to adjust if something changes on your end. > (hcel :url "https://g.ypei.me/hc.el.git") > (heap :url nil) ;"http://www.dr-qubit.org/git/predictive.git" > (hiddenquote :url "https://gitlab.com/mauroaranda/hiddenquote/hiddenquote") > -- Philip Kaludercic on peregrine