Skip to content

Commit

Permalink
early-init(ui): avoid resizing frame when increasing text scale
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Aug 11, 2023
1 parent 49d40d4 commit 92f84d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Start maximized.
Don't implicitly resize frames when changing various settings.
#+begin_src emacs-lisp :tangle early-init.el
(setq frame-inhibit-implied-resize t)
(setq global-text-scale-adjust-resizes-frames t)
#+end_src

Allow resizing by dragging internal border.
Expand Down

0 comments on commit 92f84d3

Please sign in to comment.