Tuesday, September 01, 2009

Links for vim I should follow later.

EGG

from http://wiki.github.com/bogolisk/egg


"""

Egg is not a git porcelain. It shares the same goals with git aliases , make it more convenient to perform common git operations . To use egg, simply compile the egg.el file then load the egg.elc file. You can put the egg.elc file somewhere in your emacs load-path and add (require 'egg) in your .emacs file.

Once activated, egg will turn on egg-minor-mode when a file was open in a git repository.

"""

I always forget the page for the keystrokes (the wiki above) so i'm linking it here.