From 8d6c96a8712874d1a83b609e4424e78eb8cd91be Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:30:29 -0400 Subject: [PATCH] Set global-text-scale-adjust-resizes-frames to nil --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 1409f1a..fbf74f4 100644 --- a/init.el +++ b/init.el @@ -338,6 +338,11 @@ ;; Do not notify the user each time Python tries to guess the indentation offset (setq python-indent-guess-indent-offset-verbose nil) +;;; Font / Text scale + +;; Avoid automatic frame resizing when adjusting settings. +(setq global-text-scale-adjust-resizes-frames nil) + ;;; Load post-init.el (minimal-emacs-load-user-init "post-init.el")