Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunesimonsen/emacs.d

My emacs.d folder
https://github.com/sunesimonsen/emacs.d

Last synced: 1 day ago
JSON representation

My emacs.d folder

Awesome Lists containing this project

README

        

Emacs Setup
===========

Prerequisite

* Emacs 23
* emacs-color-theme

Run the following commands from bash:

cd
mv .emacs.d .emacs.d.bak
git clone http://github.com/sunesimonsen/Emacs.d.git
mv Emacs.d .emacs.d

Add the following command to your ~/.emacs file.

(load (expand-file-name "~/.emacs.d/init.el"))