| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
Resizing is a major source of visual glitching on startup. Maximizing
the frame during Early Init prevents this.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
A style guide is necessary to keep the contents of the repository
consistent. I've created an initial set of guidelines, based loosely on
the guide fount at https://github.com/bbatsov/emacs-lisp-style-guide.
|
| |
| |
| |
| |
| |
| | |
`CONTRIBUTING.md` is a standard file to have in any open-source
repository. This file instructs new contributors on how to contribute to
the project, as well as the Code of Conduct.
|
|/
|
|
|
|
|
| |
Every good project needs a `README.md` file. This document summarizes
MMOSMacs, outlines my plans for the project, and directs contributors to
the `CONTRIBUTING.md` file (which hasn't been written yet, that's next
on my TODO list).
|
|
|