agzam / spacehammer

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

Only support fennel >= v1.0.0 #163

Closed Grazfather closed 2 years ago

Grazfather commented 2 years ago

Maybe we don't want this, but we can't nicely support both < 1 and >= 1 because fennel v1.0.0 incorporates fennelview into its std.

Actually, according to the release notes it's been that way since v0.8.0.

Most people might not use repl, but I don't like that anyone who wants to try it out will be treated to an error. My preference is to simply set a requirement on the minimum fennel version.