emacs/lisp/use-package
Justin Burkett c13ca927c2 Add function use-package-jump-to-package-form
This is an attempt at resolving https://github.com/jwiegley/use-package/issues/329. The new interactive function
use-package-jump-to-package-form will prompt with a completing read of
all known packages. After selecting a package, use-package-find-require
searches load-history to see where the package was required and then I
attempt to find the correct use-package form using
use-package-form-regexp.

It will fail if the use-package form you are looking for did not
actually load the package. For example it could be something that is a
dependency of a library that was already loaded. In some sense this is a
feature because it is helpful to know that the library was already
loaded when your use-package form was encountered. It will also fail if
your use-package declaration doesn't match the regexp used, but this is
easily adjusted.
2016-06-22 23:18:14 -04:00
..
bind-key.el :map no longer accepts lists; only eval-after-load if necessary 2016-02-27 00:48:29 -08:00
use-package.el Add function use-package-jump-to-package-form 2016-06-22 23:18:14 -04:00