Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maximize frame in Early Init | Mountain Man | 2023-04-09 | 1 | -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 Init | Mountain Man | 2023-04-09 | 1 | -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` files | Mountain Man | 2023-04-09 | 1 | -0/+6 |