mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Calling (doom-adjust-font-size 1) repeatedly would keep increase the font size because an increment is passed. When loading themes, the doom-big-font-mode minor mode gets loaded again therefore it causes the font to get increased. Fix: #7845