dorant / emacs.d

Emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Emacs

brew install emacs

or for version 26.3: sudo snap install emacs --classic

Get config

git clone --recursive git@github.com:dorant/emacs.d.git ~/.emacs.d
cd ~/.emacs.d
git config user.email "email@host.com"

Setup language dependencies

make

About

Emacs configuration


Languages

Language:Emacs Lisp 97.1%Language:Makefile 2.9%