Add comment

This commit is contained in:
James Cherti
2024-08-04 21:26:38 -04:00
parent 48e5791b4b
commit 975fc69c44

View File

@@ -96,7 +96,8 @@
(setq frame-title-format '("%b Emacs") (setq frame-title-format '("%b Emacs")
icon-title-format frame-title-format) 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) (setq frame-resize-pixelwise t)
;; However, do not resize windows pixelwise, as this can cause crashes in some ;; However, do not resize windows pixelwise, as this can cause crashes in some