summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
AgeCommit message (Collapse)Author
2014-03-09Always follow vc symlinksKyle Meyer
2014-03-09Revert "Disable vc for git"Kyle Meyer
I disabled vc for git in b453a51 because I didn't think I used any features of vc and didn't see the point of it taking up space on the mode line. But now I'm missing the option to follow version-controlled symlinks, so I'm turning it back on.
2014-03-09Disable vc for gitKyle Meyer
2014-03-09Use diminish to shorten mode lineKyle Meyer
2014-02-07Load git-annex during initKyle Meyer
2014-01-26Use ido for completing read in magitKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d