-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use Eask with different Emacs versions? #143
Comments
You can specify (when (version< emacs-version "26.3")
(depends-on "package-name")) I think this will work? |
will it also work inside the development block? Not sure how the DSL is expanded/processed. |
It wasn't working because of the |
Yeah, documentation has always been my biggest problem. I try document things down, but often not very good. 😅 Feel free to open PRs for documentation, etc. |
I think this is resolved; therefore, close it. ;) |
Eask minimal Emacs version is 26.1 while Elsa needs 26.3. I would still like to test smartparens on 26.1 and 26.2, but now installation fails because Elsa can't install.
Is there some way to install some dependencies only for specific Emacs version? I think this would be also a good candidate to add to the documentation if it's possible.
The text was updated successfully, but these errors were encountered: