I'm primarily a web developer so this config reflects that. This is a living repository that grows over the years as I grow in my emacs development usage and tooling. More documentation to come...
You should have node/npm installed I install with the n node version manager (brew install n)
I just use plain gnu emacs
brew install emacs --with-cocoaand then clone this repo into~/.emacs.d/
A couple of the packages I install rely on globally installed modules:
npm install -g ternfor the ternjs code analysis javascript enginenpm install -g eslintfor eslint checkingnpm install -g prettierfor more linting/formattingnpm install -g elm-formatternpm install -g elm-oraclebrew install aspellfor spell checkingbrew install the_silver_searcherfor fast code searching