This repository contains my personal Emacs configuration.
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.
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
.
https://drive.google.com/open?id=0BwTSOByd3qSFWUtYYnlYeTIzNFU
Clone the repository into your user directory.
git clone https://github.com/angrybacon/dotemacs.git ~/.emacs.d/ --recurse-submodules
Install Emacs 26 or above.
brew tap d12frosted/emacs-plus
brew install emacs-plus --with-no-titlebar --without-spacemacs-icon
choco install emacs
The mode-line utilizes features from all-the-icons.
(all-the-icons-install-fonts)
My Helm setup uses ag
instead of grep
to lookup files.
brew install the_silver_searcher
choco install ag --version 0.29.1.1641
I use Flycheck as linter framework to display syntax warnings and errors whithin each buffer.
npm install -g eslint # JavaScript
pip install flake8 # Python
gem install scss_lint scss_lint_reporter_checkstyle # SCSS