Skip to content

package-lint complains about with-eval-after-load #28

@sczi

Description

@sczi

For optional integration with other packages you recommend with-eval-after-load. But package-lint warns:

`with-eval-after-load' is for use in configurations, and should rarely be used in packages

So for optional dependencies I went back to using (when (require 'package nil t) ...)
what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions