9 Jan 2008 (Wed)

21:18:57 # Life emacs git modes. Apparently, they are already available in Debian package git-core, /usr/share/doc/git-core/contrib/emacs/. In Fedora Core they are in an independent package emacs-git, and in Fink they are in the package git-mode. I just added the following lines in .emacs to try it out, and they seem to be working somehow. Great.

(load "/usr/share/doc/git-core/contrib/emacs/git.el" t)
(load "/usr/share/doc/git-core/contrib/emacs/git-blame.el" t)
(load "/usr/share/doc/git-core/contrib/emacs/vc-git.el" t)
(add-to-list 'vc-handled-backends 'GIT)
	
Junichi Uekawa

$Id: dancer-diary.el,v 1.92 2007/08/30 21:46:09 dancer Exp $