Skip to content

ushering/dotemacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-title-bars --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.

About

My Emacs configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%