Skip to content

bostonaholic/dotemacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotEmacs

This is my personal Emacs configuration.

Installation

Emacs

brew install emacs --with-cocoa --with-ctags --with-gnutls --with-librsvg --with-imagemagick
git clone https://github.com/bostonaholic/dotemacs.git ~/.emacs.d/

Ag

My Helm setup uses ag instead of grep to lookup files.

brew install the_silver_searcher

Flycheck

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

Releases

No releases published

Sponsor this project

Packages

No packages published