agzam / spacehammer

Hammerspoon config inspired by Spacemacs
MIT License
564 stars 70 forks source link

Vendoring fennel? #169

Open jaidetree opened 2 years ago

jaidetree commented 2 years ago

Just a thought but would it be unreasonable to include fennel source and the other packages we use in the project?

Pros

Cons

If anyone has experience or strong opinions on this, please weigh in!

Grazfather commented 2 years ago

I have thought about this as well. I think it's a good idea. Fennel is intentionally a single file and they encourage its full source inclusion the_Fennel_programming_language .

Grazfather commented 1 year ago

Bump on this. #176 I'd like to update some of our code, but I don't want to force us to update.

Only concern I can think of is if we have users whose configs use module they have installed that might break on an update. That said, fennel is pretty good at maintaining backwards compatibility.