SebastienWae / app-launcher

Launch application from Emacs
GNU General Public License v3.0
32 stars 13 forks source link

Add provide statement at the end of app-launcher.el #1

Closed daviwil closed 3 years ago

daviwil commented 3 years ago

Hi @SebastienWae! I just tried to pull in this package in my configuration and found that use-package can't load it because it doesn't contain a (provide 'app-launcher) expression at the bottom of the file. I believe this fix should solve the problem!

SebastienWae commented 3 years ago

Thanks 👍

daviwil commented 3 years ago

Thanks for merging it, works perfectly with straight.el now!

  (use-package app-launcher
    :straight '(app-launcher :host github :repo "SebastienWae/app-launcher"))