diff --git a/init.el b/init.el index e2b91ce..0f43402 100644 --- a/init.el +++ b/init.el @@ -96,7 +96,8 @@ (setq frame-title-format '("%b – Emacs") icon-title-format frame-title-format) -;; Do not resize the frames in steps. It can leave gaps. +;; Resizing the Emacs frame can be costly when changing the font. Disable this +;; to improve startup times with fonts larger than the system default. (setq frame-resize-pixelwise t) ;; However, do not resize windows pixelwise, as this can cause crashes in some