The docs say to keep the .emacs
file in the HOME
directory.
I'd like to share the file between multiple computers using a git repo. What is the best way to structure the repo without including everything else that's in HOME
.
Do I have to turn HOME
itself into a repo and include everything else in the directory in the .gitignore?