aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
Commit message (Collapse)AuthorAgeFilesLines
* Set a black background in Early InitMountain Man2023-04-091-0/+10
| | | | | Whoever decided to use white for everything deserve a stern talking-to. Black should be the default background for everything.
* Maximize frame in Early InitMountain Man2023-04-091-0/+13
| | | | | Resizing is a major source of visual glitching on startup. Maximizing the frame during Early Init prevents this.
* Disable superfluous UI elements in Early InitMountain Man2023-04-091-1/+32
| | | | | | | MMOSMacs is a keyboard-centric environment, there is no use for mouse-centric UI elements such as tool-bars and menu-bars. They are now disabled. This is done in Early Init to prevent them from being initialized in the first place, to prevent visual stutter.
* Create `early-init.el` and `init.el` filesMountain Man2023-04-091-0/+6