rangilin / emacs.d

My Emacs configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rangi’s Emacs configuration

My Emacs configuration.

Install Emacs

I’m using development build of “Mac Port” Emacs: https://ports.macports.org/port/emacs-mac-app-devel/details/

sudo port install emacs-mac-app-devel

Install External Packages

Use gnutls — GNU Transport Layer Security (TLS) Library to support new TLS

sudo port install gnutls

Use The Silver Searcher to search stuff

sudo port install the_silver_searcher

Use aspell spellchecker

sudo port install aspell

Use gls to sort files in Emacs

sudo port install coreutils

Install Configuration

git clone --recursive git@github.com:rangilin/emacs.d.git

About

My Emacs configurations


Languages

Language:Emacs Lisp 96.4%Language:YASnippet 3.6%