public
Description: my emacs rig -- currently on v23.x for mac and ubuntu
Homepage: http://20seven.org
Clone URL: git://github.com/gregnewman/20seven-emacs.git
gregnewman (author)
Fri Oct 16 02:59:41 -0700 2009
commit  eb069ac95c0a33fe2769832bb8aca0a1a25cef95
tree    dc20d3691b6442a6e5a42fcbd9875623b3056e3a
parent  bfccfd6de45daf0cca28c0bea2e8db7ea31b06c8
name age message
file .gitignore Mon Jun 08 05:18:41 -0700 2009 cleaning up ignore [gregnewman]
file .gitmodules Mon Sep 28 02:20:10 -0700 2009 changing themes but not really [gregnewman]
file README.rst Loading commit data...
directory configs/ Fri Oct 16 02:58:55 -0700 2009 gonna use slime again [gregnewman]
file init.el Fri Oct 16 02:59:41 -0700 2009 fire up slime on start [gregnewman]
directory vendor/
README.rst

My Emacs Configuration

This is my emacs configs which I'm currently running under version 23.0.92.

Usage

git clone git://github.com/gregnewman/20seven-emacs.git

ln -s ~/20seven-emacs ~/.emacs.d

These configs are used daily for my work to include but not limited to Python/Django, Rails, CSS, JS and GTD (ord-mode).

Submodules

I try to use as many submodules as I can to keep up to date with development releases. Current submodules are:

  • vendor/color-theme/color-theme-github (heads/master)
  • vendor/color-theme/color-theme-merbivore (heads/master)
  • vendor/color-theme/twilight-emacs (heads/master)
  • vendor/emacs-grep-o-matic (heads/master)
  • vendor/magit (magit_0.6.1-27-g54ad9f0)
  • vendor/org-mode (release_6.25d-64-g68ffdca)
  • vendor/remember-2.0 (v2.0-1-gc427b15)
  • vendor/rinari (heads/master)
  • vendor/slime (heads/master)
  • vendor/smex (heads/master)
  • vendor/textmate (heads/master)