diff --git a/README.md b/README.md index 6a6bd27..8d0413c 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ # Emacs config +My new, cozier emacs config. Gone are the days of `vi` keybindings, here are the days of endless emacs keychords! + +## How to Install + +If you have an existing `.emacs.d` directory back it up. + +```bash +$ mv ~/.emacs.d ~/.emacs.d.backup +``` + +Now clone this repo (making sure to save it to a new `.emacs.d` directory)! + +```bash +$ git clone git@github.com:eli-oat/pillow-fort.org.git ~/.emacs.d +``` + +Launch emacs! SUCCESS!