hhnr / dotemacs

My Emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 this Org file into a Lisp file with Org.

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

I primarily use Emacs on MacOS, but I trust your google-fu to find the equivalent for the following commands to run on your setup.

Emacs

I use Emacs Plus. The configuration files should work with any build nonetheless. In any case, install Emacs 24 or above.

brew tap d12frosted/emacs-plus
brew install emacs-plus --with-no-title-bars --without-spacemacs-icon
git clone https://github.com/angrybacon/dotemacs.git ~/.emacs.d/

Ag

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

sh brew install the_silver_searcher

Flycheck

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

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

Material Design Icons

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

About

My Emacs configuration

License:Do What The F*ck You Want To Public License


Languages

Language:Emacs Lisp 100.0%