fix(editor): persist text scale after mode guess - #8185
Draft
goodvibrations32 wants to merge 1 commit into
Draft
Conversation
goodvibrations32
force-pushed
the
master
branch
from
November 30, 2024 13:45
94c4b19 to
e384924
Compare
goodvibrations32
left a comment
Author
There was a problem hiding this comment.
Any feedback is welcomed.
hlissner
marked this pull request as draft
December 1, 2024 16:17
goodvibrations32
force-pushed
the
master
branch
4 times, most recently
from
December 6, 2024 11:40
60fe66d to
fed5653
Compare
goodvibrations32
marked this pull request as ready for review
December 6, 2024 11:46
goodvibrations32
force-pushed
the
master
branch
from
December 8, 2024 10:47
fed5653 to
4adfa7b
Compare
When a buffer is in fundamental mode saving the buffer should not rescale the text to default. Fix: doomemacs#7378
goodvibrations32
force-pushed
the
master
branch
from
December 8, 2024 11:14
4adfa7b to
d3920cf
Compare
goodvibrations32
marked this pull request as draft
February 26, 2025 06:38
Author
|
i convert this back to draft as it seems more urgent work is happening. if i should rebase on the latest commit e.g. df3d64a or later at the future to help you add this without too much hassle let me know. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When a buffer is in fundamental mode saving the buffer should not rescale the text to default size.
Fix: #7378