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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -