Set global-text-scale-adjust-resizes-frames to nil

This commit is contained in:
James Cherti
2024-08-19 10:30:29 -04:00
parent f369cbe512
commit 8d6c96a871

View File

@@ -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")