Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-20 | Autoload magit-blame-mode | Kyle Meyer | |
No longer automatic because I moved from MELPA version (708898b). | |||
2014-04-15 | Remove obsolete magit customization | Kyle Meyer | |
`magit-default-tracking-name-function' is no longer defined in the "next" branch. | |||
2014-04-11 | Add magit-annex to magit-mode-hook | Kyle Meyer | |
2014-04-10 | Hide Magit popup help | Kyle Meyer | |
2014-04-09 | Add --all to magit-log-popup-defaults | Kyle Meyer | |
2014-04-09 | Switch to "next" branch of Magit | Kyle Meyer | |
2014-03-25 | Add push all to magit pushing menu | Kyle Meyer | |
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 |