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

Layout options in dirvish-setup-menu don't match values in dirvish-layout-recipes #280

Open
ewhd opened this issue Oct 19, 2024 · 0 comments

Comments

@ewhd
Copy link

ewhd commented Oct 19, 2024

Expected Behavior: when I set the values on dirvish-layout-recipes, I would expect those same values to be apparent on the dirvish-setup-menu, but instead the setup menu only ever shows the default values.

Peaking at the code, the layout options in the setup menu are hard-coded to the default values of dirvish-layout-recipes. Lines 101-104 of dirvish-extras.el:

("1" '(0 nil  0.4)  "     -       | current (60%) | preview (40%)")
("2" '(0 nil  0.8)  "     -       | current (20%) | preview (80%)")
("3" '(1 0.08 0.8)  "parent (8%)  | current (12%) | preview (80%)")
("4" '(1 0.11 0.55) "parent (11%) | current (33%) | preview (55%)"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant