This is my personal Emacs configuration.
brew install emacs --with-cocoa --with-ctags --with-gnutls --with-librsvg --with-imagemagick
git clone https://github.com/bostonaholic/dotemacs.git ~/.emacs.d/
My Helm setup uses ag
instead of grep
to lookup files.
brew install the_silver_searcher
I use Flycheck as linter framework to display syntax warnings and errors whithin each buffer.
gem install scss_lint scss_lint_reporter_checkstyle # SCSS
npm install -g eslint # JavaScript