This repository contains my personal Emacs configuration.
Have fun tinkering : j
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.
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 ™️
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.
- I use Yamamoto Mitsuharu's port. The configuration files should work with any build nonetheless. In any case, install Emacs 24 or above.
- Clone
dotemacs/into~/.emacs.d/. - Edit constants from within
~/.emacs.d/dotemacs.org(Bootstrap > Set constants) to suit your needs.
My Helm setup uses ag instead of grep to lookup files.
brew install the_silver_searcherI use Flycheck as linter framework to display syntax warnings and errors whithin each buffer.
pip install flake8
gem install scss_lint scss_lint_reporter_checkstyle