jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.37k stars 260 forks source link

Is there anything to be learned from leaf? #1038

Closed dabrahams closed 1 year ago

dabrahams commented 1 year ago

I don't know how to evaluate the differences but https://github.com/conao3/leaf.el is perhaps worth noticing and maybe some features or code should be incorporated into use-package(?)

doolio commented 1 year ago

Also, setup.el.

dabrahams commented 1 year ago

Not really. Sorry, this might’ve just been noise.

On Apr 13, 2023, at 10:27 PM, John Wiegley @.***> wrote:

@dabrahams https://github.com/dabrahams Do you have anything you've learned from leaf.el to suggest? My cursory review didn't reveal much.

— Reply to this email directly, view it on GitHub https://github.com/jwiegley/use-package/issues/1038#issuecomment-1507943117, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAKYIOHRCBT6GW5YN2GZT3XBDN5FANCNFSM6AAAAAAVPVGBNI. You are receiving this because you were mentioned.

jwiegley commented 1 year ago

No worries, thanks for writing back! I did give the docs a glance myself, and saw a few nice utility functions, like jumping to definition (which of course would require maintaining a hash table on start from package names to positions), but I think I'll leave these for the community to contribute.