pkg-info icon indicating copy to clipboard operation
pkg-info copied to clipboard

Provide information about Emacs packages

Results 1 pkg-info issues
Sort by recently updated
recently updated
newest added

I followed this down to the `epl` call to `epl-find-installed-package` I use straight. `require` `featurep` and `locate-library` all look sane. ``` ELISP> (symbol-file 'package-lint 'provide) "/home/home/.emacs.d/straight/build/package-lint/package-lint.elc" ELISP> (pkg-info-package-version "package-lint") ***...