Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-09 | Always follow vc symlinks | Kyle Meyer | |
2014-03-09 | Revert "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-09 | Disable vc for git | Kyle Meyer | |
2014-03-09 | Use diminish to shorten mode line | Kyle Meyer | |
2014-02-07 | Load git-annex during init | Kyle Meyer | |
2014-01-26 | Use ido for completing read in magit | Kyle Meyer | |
2014-01-26 | Reorganize and use require-package | Kyle Meyer | |
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. | |||
2014-01-26 | Follow Purcell's emacs.d structure | Kyle Meyer | |
User init files are added using provide/require. https://github.com/purcell/emacs.d |