Add documentation

This commit is contained in:
2024-09-14 02:16:54 -07:00
parent 3c033515ad
commit 06ec526b97
2 changed files with 683 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Emacs Config
This is just my personal Emacs configuration. I use Emacs for mail, RSS, and, of
course, editing text. Most of the configuration is in `init.el`. I use
`use-package` for every package, even built-in ones. You can try searching for
"use-package" and then the name of the package to find the line where its
configuration start.
The `elisp` directory holds some extra configuration for specific things that I
thought was too big to fit into `init.el`.