Skip to content
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

nested :fork #1117

Open
GamingKing2436 opened this issue Sep 9, 2023 · 1 comment
Open

nested :fork #1117

GamingKing2436 opened this issue Sep 9, 2023 · 1 comment
Labels

Comments

@GamingKing2436
Copy link

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:

(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.

it would be really cool if they could be nested. 😀

@raxod502
Copy link
Member

raxod502 commented Sep 9, 2023

Yes, that is reasonable, it is not currently supported but could be with sufficient work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants