michaelklishin / emacsd

Chronicles of my Emacs life, recorded in a git repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is emacsd

This is a yet another collection of Emacs modes, settings, extensions, color themes and everything in between. It has been accumulated over the period of 11 years by Michael Klishin, used and modified by several other smart people and supports machine-specific settings.

Many parts of this codebase need refactoring, documentation, upgrades to various 3rd party modes and so on. It is, however, mature and does not change very often.

Installation

Clone this repo to ~/emacsd, touch ~/emacsd/custom-variables.el.

Add the following code to you ~/.emacs

(defvar emacsd-dir     "~/emacsd/")

(add-to-list 'load-path "~/.emacs.d")
(add-to-list 'load-path emacsd-dir)

(load "boot")

This should initialize the necessary package repositories and install the non-bundled dependencies.

License & Copyright

Released under the MIT license.

  • (c) Michael S. Klishin, 2007-2017
  • (c) Dmitriy Dzema, 2009-2011

About

Chronicles of my Emacs life, recorded in a git repository


Languages

Language:Emacs Lisp 84.1%Language:Common Lisp 12.8%Language:Scheme 1.5%Language:Clojure 0.8%Language:Erlang 0.4%Language:Ruby 0.2%Language:Makefile 0.1%Language:C# 0.1%Language:Shell 0.0%Language:TeX 0.0%Language:Awk 0.0%Language:Roff 0.0%