We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:fork
i was recently attempting to convert my emacs to straight.el and i liked the :fork feature. naturally i attempted to nest them as such:
straight.el
(use-package elastic-table :straight ( :host github :repo "tenbillionwords/spaceship-mode" :fork ( :repo "jyp/elastic-modes" :fork ( :repo "GamingKing2436/elastic-modes")))) ;; elastic tables yay
but it used the jyp/elastic-modes repo instead. looking closer at the docs apperently this isn't a bug.
jyp/elastic-modes
it would be really cool if they could be nested. 😀
The text was updated successfully, but these errors were encountered:
Yes, that is reasonable, it is not currently supported but could be with sufficient work.
Sorry, something went wrong.
No branches or pull requests
i was recently attempting to convert my emacs to
straight.el
and i liked the:fork
feature. naturally i attempted to nest them as such:but it used the
jyp/elastic-modes
repo instead. looking closer at the docs apperently this isn't a bug.it would be really cool if they could be nested. 😀
The text was updated successfully, but these errors were encountered: