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
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 Thu Oct 01 02:49:06 -0700 2009 readme update [gregnewman]
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/ Fri Oct 16 03:02:05 -0700 2009 Merge branch 'master' of github.com:gregnewman/... [gregnewman]
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/org-mode (release_6.30d-6-g206660b)
  • vendor/remember-2.0 (v2.0-1-gc427b15)
  • vendor/slime (heads/master)
  • vendor/smex (heads/master)
  • vendor/yasnippet/snippets/django-mode (heads/master)