diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-05 11:06:49 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-05 11:06:49 -0400 |
commit | 715c9b7ae661ba72c7e163399d59b8723c4a80c5 (patch) | |
tree | f61e68194d1fd1f19790224d857f355c16464f88 | |
download | cavemacs-stable.tar.gz cavemacs-stable.tar.bz2 cavemacs-stable.zip |
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4c48b1 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,9 @@ | |||
1 | # CaveMacs | ||
2 | |||
3 | CaveMacs is my personal set of Emacs configurations. It is meant to: | ||
4 | - work on FreeBSD, OpenBSD, Linux, and Windows | ||
5 | - work in TTY, terminal, graphical mode, and as entire desktop environment via EXWM | ||
6 | |||
7 | ## Current State of CaveMacs | ||
8 | |||
9 | CaveMacs is in the initial planning state. | ||