- Clone the repo from https://github.com/sullivanv/emacs
- Move all of the files from inside of that directory into
~/.emacs.d, including the hidden file.emacs - If you don't have a
~/.emacs.ddirectory, create one. - Navigate to
~/.emacs.dand rename.emacstoinit.el - Open emacs and
C-c C-h - You've got it!
How to fix the email in your header
- In your home directory, find, or create if needed, a file called
.zshrc
- If your not at 42, you'll likely not be using zshell, so the file should instead be
.bashrc
- Open that file and add a line with
export MAIL=[youremailhere]to it. - Save it, and relaunch your terminal.
- It should be fixed now. Try it out in emacs to be sure.