conao3 / leaf-keywords.el

Additional leaf.el keywords for external packages
GNU General Public License v3.0
31 stars 10 forks source link

Allows already installed packages to be loaded with the :feather keyword. #149

Open fernandodemorais-jf opened 2 years ago

fernandodemorais-jf commented 2 years ago

With this, the list created by the feather-add-after-installed-hook-sexp macro is evaluated and packages that contain a :feather keyword, and that are already installed, are loaded as they should. This change solves the conao3/feather.el#11.

conao3 commented 2 years ago

OK, I'll try this branch, comment on this.

fernandodemorais-jf commented 2 years ago

Hello, @conao3.

I've changed the test cases to match the macros expansions.