aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
Commit message (Collapse)AuthorAgeFilesLines
* Dim inactive buffersMountain Man2023-11-061-1/+1
|
* Fix default face color not working with additional EXWM workspacesMountain Man2023-07-061-1/+1
|
* Cleanup comments and formattingMountain Man2023-06-051-4/+7
|
* Fix formatting for GCMH subsectionMountain Man2023-05-181-0/+7
|
* Add the Garbage Collector Magic HackMountain Man2023-05-171-0/+13
|
* Disable `package.el` in Early InitMountain Man2023-04-151-0/+21
|
* 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