jwiegley / use-package

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

Does :after have any effect on :ensure t? #947

Closed trev-dev closed 3 years ago

trev-dev commented 3 years ago

The reason I'm asking is there's a weird compiling conflict that's going on between vterm and magit: https://github.com/magit/with-editor/issues/86

Once the packages are installed (magit first, then vterm) everything works fine regardless of which package is loaded first.

However if it's a clean install, magit will break if vterm is installed first.

I've tried using :after and it doesn't seem to impact when :ensure attempts to install missing packages.

trev-dev commented 3 years ago

I don't think it does, and it doesn't matter. I've changed my install order.