Add git-blame.el

This commit is contained in:
Steve Purcell 2012-02-02 14:47:11 +00:00
parent 879cf3a61b
commit 27b1d7fc2e

View file

@ -56,6 +56,10 @@
:url "git://github.com/defunkt/gist.el.git"
:fetcher git
:files ("gist.el"))
(git-blame
:url "git://github.com/tsgates/git-emacs.git"
:fetcher git
:files ("git-blame.el"))
(haskell-mode
:url "http://code.haskell.org/haskellmode-emacs"
:fetcher darcs)