What if the "Package-Requires" is too long?

I am writing a package, and the package depends on a large number of packages.

I want each line to be within 80 characters.

But the “Package-Requires” in the title is too long.

How can I share this?

+4
source share
1 answer

It is not possible to break it into comments, as package.el uses lm-header, not lm-header-multiline.

However, you can always create a package with several files and write your own call define-package. It is rather a pain, but.

+3
source

All Articles