emacs - What should I do when "Package-Requires" are too long? -
i writing package, , package depends on lot of packages.
i want every line within 80 chars length.
but "package-requires" in header long.
how can split that?
there's no way split in comment, package.el uses lm-header
, not lm-header-multiline
.
you can make multi-file package, though, , write own define-package
invocation. more of pain though.
Comments
Post a Comment