Skip to content
My Emacs configuration
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lisp Update company-mtg Mar 16, 2018
screencasts Add GIF screencasts for anzu Jun 17, 2016
screenshots Prettify the mode-line Apr 11, 2018
snippets Update react.component snippet Dec 21, 2018
.gitignore Prettify EShell Jun 18, 2018
.gitmodules Add company-mtg submodule Mar 15, 2018
COPYING.org Re-write COPYING and README using Org May 16, 2017
README.org Update installation instructions Oct 28, 2018
dotemacs.org Merge branch 'kingpin' Jan 8, 2019
init.el Clean up Jan 23, 2018

README.org

DotEmacs

This repository contains my personal Emacs configuration.

What the .el

If you are wondering where has gone all of the Lisp, fear not, for it is automagically tangled from an Org file into a Lisp file.

Screenshots

My Emacs configuration is a living mixture that I edit on a daily basis. As such, the following screenshots might not reflect exactly what is on :master.

More coming soon ™️

Installation

Emacs

Install Emacs 25 or above.

# MacOS
brew tap d12frosted/emacs-plus
brew install emacs-plus --with-no-titlebar --without-spacemacs-icon

# Windows
choco install emacs64
# MacOS and Windows
git clone https://github.com/angrybacon/dotemacs.git ~/.emacs.d/ --recurse-submodules --jobs 3

Ag

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

# MacOS
brew install the_silver_searcher

# Windows
choco install ag --version 0.29.1.1641

Flycheck

I use Flycheck as linter framework to display syntax warnings and errors whithin each buffer.

# MacOS and Windows
npm install -g eslint                                # JavaScript
pip install flake8                                   # Python
gem install scss_lint scss_lint_reporter_checkstyle  # SCSS

Material Design Icons

There are special characters in the mode-line. Install the font.

You can’t perform that action at this time.