haritkapadia / emacs-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Emacs config

Built from Emacs Literate Starter

Found here: https://github.com/gilbertw1/emacs-literate-starter.git.

Usage

Install

git clone https://github.com/haritkapadia/emacs-config.git ~/.emacs.d

Compile (not required, but recommended)

cd ~/.emacs.d
make compile

Run

emacs

Make Commands

clean: Delete compiled files

make clean

compile: Byte compile for performance (Recompile required when new changes are made)

make compile

Notes

  • Configuration can be run without being byte compiled first, but will load slower as a result.
  • If configuration has been byte compiled then recompilation is required to pick up new config changes.

Sources

A majority of the optimizations used in this config were sourced from:

About


Languages

Language:Emacs Lisp 57.7%Language:TeX 35.2%Language:YASnippet 5.5%Language:Makefile 1.6%