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)
Thu Oct 01 03:25:20 -0700 2009
commit  d781a74a6418bdc9f593d88d4e720c4cdcf8c9ad
tree    8f3b56efe0292080c966f473e8be1f70344f539a
parent  4cc888937519002bedc92452c54382ce9b016317 parent  f3e8f679f863428520f2037e3601382385df89e2
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/ Loading commit data...
file init.el
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/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)