From 975fc69c446ee75e4ebb4d6810eb5cb5d24c6de8 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:26:38 -0400 Subject: [PATCH] Add comment --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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