From 4d6b9c22ac2a627ef784082ef26e2f3336f8ee2e Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:18:25 -0400 Subject: Cleanup comments and formatting --- early-init.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/early-init.el b/early-init.el index 1f01c0a..e9df2d0 100644 --- a/early-init.el +++ b/early-init.el @@ -1,10 +1,11 @@ -;;; -*- lexical-binding: t; -*- -;;; early-init.el +;;; early-init.el --- Early init file for MMOSMacs -*- lexical-binding: t; -*- ;; +;;; Commentary: ;; Early Init file for MMOSMacs. This is loaded before the GUI and ;; package system are initialized. This should contain only what ;; absolutely must be in Early Init. +;;; Code: ;; --------------------------------------------------------------------- ;;; Performance hacks @@ -12,7 +13,6 @@ ;; These hacks subjectively make Emacs perform "better" ;; --------------------------------------------------------------------- - ;; --------------------------------- ;; GCMH ;; ---- @@ -61,7 +61,8 @@ ;; Maximize frame on startup ;; ------------------------- ;; Resizing is one of the primary -;; sources of visual glitching. +;; sources of visual glitching, and +;; an expensive part of startup. ;; --------------------------------- (push '(fullscreen . maximized) initial-frame-alist) @@ -99,3 +100,5 @@ ;; `straight.el' ;; --------------------------------- (setq package-enable-at-startup nil) + +;;; early-init.el ends here -- cgit v1.2.3