Skip to content

jeremyheiler/dotemacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotEmacs

This repository contains my personal Emacs configuration.

Have fun tinkering : j

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 fresh Lisp file with the help of the all powerful org package. This is called literate programming.

Head over to the actual configuration: dotemacs.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 OS X, but I trust your google-fu to find the equivalent for the following commands to run on your setup.

Emacs

  1. I use Yamamoto Mitsuharu's port. The configuration files should work with any build nonetheless. In any case, install Emacs 24 or above.
  2. Clone dotemacs/ as ~/.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.

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

Font Awesome

There are special characters in the mode-line. Install Font Awesome.

About

My Emacs configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%