aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-11 15:57:02 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-11 15:57:02 -0400
commitcc27bfc2e4ea754167f7ad291240c47644a50a5b (patch)
tree49edef7da22a505b212fed612fe532c3d807ead4
parentAdd `eln-cache/` directory to `.gitignore` (diff)
downloadmmosmacs-cc27bfc2e4ea754167f7ad291240c47644a50a5b.tar.gz
mmosmacs-cc27bfc2e4ea754167f7ad291240c47644a50a5b.tar.bz2
mmosmacs-cc27bfc2e4ea754167f7ad291240c47644a50a5b.zip
Fix phrasing in the documentation
-rw-r--r--CONTRIBUTING.md6
-rw-r--r--README.md7
2 files changed, 4 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d450c7d..42ae6d8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,7 +24,7 @@ I will reject all contributions from:
24 24
25Furthermore, individual items will be rejected because of: 25Furthermore, individual items will be rejected because of:
26- exceptionally vulgar language. 26- exceptionally vulgar language.
27- ignorance or disregard of the `STYLE_GUIDE.md` or Issue/PR templates. 27- ignorance or disregard of the `STYLE_GUIDE.md`
28 28
29 29
30## How to Contribute 30## How to Contribute
@@ -46,10 +46,6 @@ one. Duplicate issues will be removed and you will be asked to move your
46post to the comment section of the existing post. It's not to be rude, 46post to the comment section of the existing post. It's not to be rude,
47it's just for organization's sake. 47it's just for organization's sake.
48 48
49Each type of Issue has an Issue Template. The templates can be found in
50the `.github/ISSUE_TEMPLATE/` directory. Pull reqeusts also have
51templates which are located in `.github/PULL_REQUEST_TEMPLATE/`.
52
53To contribute code: 49To contribute code:
541. Make an RFC or find an existing one 501. Make an RFC or find an existing one
552. Discuss your proposed changes 512. Discuss your proposed changes
diff --git a/README.md b/README.md
index 4a9bfdb..e1d81d0 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,10 @@ idea I have for an Emacs-centric Linux distribution. MMOSMacs is the
5core of my computing experience, and is designed to be a 5core of my computing experience, and is designed to be a
6jack-of-all-trades just like me. 6jack-of-all-trades just like me.
7 7
8MMOSMacs is currently in the planning phase.
9
10 8
11## Plans 9## Plans
12 10
13- Modular non-literate configuration 11- Non-literate configuration
14- `straight.el` + `use-package` package management 12- `straight.el` + `use-package` package management
15- Emacs as a desktop environment (`EXWM`, `EDNC`) 13- Emacs as a desktop environment (`EXWM`, `EDNC`)
16- System & network administration suite 14- System & network administration suite
@@ -26,7 +24,8 @@ MMOSMacs is currently in the planning phase.
26 - Games 24 - Games
27- Custom modeline & anti-distraction features 25- Custom modeline & anti-distraction features
28- Custom theme deisnged to reduce eye-strain 26- Custom theme deisnged to reduce eye-strain
29- Custom keybinds, menus, & dialogs 27- Custom keybind system, menus, & dialogs
28
30 29
31## Contributing 30## Contributing
32 31