Replies: 4 comments 1 reply
-
Hi, thanks for using lem. |
Beta Was this translation helpful? Give feedback.
-
Hi! Thank you kindly for this amazing editor. I set the var to nil as follows: (defvar balance-after-split-window nil) And then I recompiled and ran the sdl2 binary. Additional behaviour details:
Is there another balance-after-split-window variable that can be changed to prevent #2 above? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I think defvar is not reflected if the variable is already bound |
Beta Was this translation helpful? Give feedback.
-
Okay, here is (perhaps) some interesting information:
Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone.
LEM is my day to day driver and it makes the editor experience so nice. I am running into an issue that is becoming difficult to overlook. I split my LEM window into various configurations for different projects and workflows and the issue that I am running into is that LEM will automatically resize the frames.
For any project, I am loathe to actually ask for anything at all because the gift of the code is merely enough to humble me an dI just power through it. This issue, however, is becoming difficult to ignore as it is really impacting my wofklow on a particular project.
I know there are opinions about how this should work and that the behaviour of resizing all window splits to a balanced layout is a feature and not a bug. However, I am looking for a quick hack that would allow me stop LEM from resizing my window splits until some new approach is developed.
Does anyone know if it is possible to give LEM a variable value to not perform this behaviour or maybe there is a way to change a function to accomplish the same?
Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions