A place to save some basic set up for new machines such as my .emacs and .profile
To set up Emacs the first time:
- Install Homebrew
- Install Emacs:
brew install --cask emacs
- Create a .emacs with the contents of the .emacs saved in this repo
- Inside Emacs, install needed packages:
M-x package-install
- init-open-recentf
- web-mode
- undo-tree
- goto-last-change
- yafolding