You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now set treemacs-text-scale to be -1 seems just decrease the current font size by 1. If I repeatedly call this method, it will decrease the font-size multiple time.
Can we provide a new option or change this option to have the value to be fixed. -1 simply means set the font size to be the size of our current font minus one? So if I have a 16pt size font for emacs, treemacs will use 15pt for treemacs. And it will not decrease further if I call this multiple time.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity (this bot only works as a reminder, it will not close issues).
Right now set treemacs-text-scale to be
-1
seems just decrease the current font size by 1. If I repeatedly call this method, it will decrease the font-size multiple time.Can we provide a new option or change this option to have the value to be fixed.
-1
simply means set the font size to be the size of our current font minus one? So if I have a 16pt size font for emacs, treemacs will use 15pt for treemacs. And it will not decrease further if I call this multiple time.The text was updated successfully, but these errors were encountered: