Set global-text-scale-adjust-resizes-frames to nil
This commit is contained in:
5
init.el
5
init.el
@@ -338,6 +338,11 @@
|
|||||||
;; Do not notify the user each time Python tries to guess the indentation offset
|
;; Do not notify the user each time Python tries to guess the indentation offset
|
||||||
(setq python-indent-guess-indent-offset-verbose nil)
|
(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
|
;;; Load post-init.el
|
||||||
(minimal-emacs-load-user-init "post-init.el")
|
(minimal-emacs-load-user-init "post-init.el")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user