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

Byte compilation not performed #1072

Open eriklovlie opened 4 months ago

eriklovlie commented 4 months ago

Hi, I’m using emacs 29 and the bundled use-package. I’ve git cloned some packages and load them with the :load-path parameter. This works fine except I can’t find any evidence that the packages are made into bytecode. I’ve tried to look in the manual and not found anything relevant. Also the source code seems to indicate that bytecode compilation should be happening.

Any pointers to what I should try next?

eriklovlie commented 4 months ago

I should say I’m on macOS