summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-vc.el
Commit message (Collapse)AuthorAgeFilesLines
* Try out vdiff as an alternative to ediffRavi R Kiran2019-11-051-0/+18
|
* File dispatching is a common way to enter magitRavi R Kiran2019-06-171-1/+2
|
* Automatic use of :ensureRavi R Kiran2018-05-291-13/+8
|
* Magit file mode is better than our homegrown bindingsRavi R Kiran2017-11-211-3/+4
|
* Extra top-level arguments for rsyncRavi R Kiran2017-05-301-1/+5
| | | | | | Perhaps we simply need to find a way to only mirror those files that are managed by git. This would mess up new files, but that may be a price we are willing to pay.
* Fix typoRavi R Kiran2017-03-071-2/+2
|
* Sync to a different host if specifiedRavi R Kiran2017-03-061-0/+8
|
* Magit function name changedRavi R Kiran2017-03-061-1/+1
|
* Replace git-gutter with much nicer diff-hlRavi R Kiran2016-06-241-10/+6
|
* Use proper helm function to replace completing-readRavi R Kiran2015-07-301-1/+1
|
* Simplify config with magit 2.1.0Ravi R Kiran2015-07-301-98/+14
| | | | | | - no more hand-rolled git-svn - whitespace toggling is built in - skip auto-revert modes for now, will revisit later
* Shut up magit warningRavi R Kiran2015-06-191-0/+3
|
* Move main emacs directory out of load pathRavi R Kiran2015-03-171-0/+185
This follows the official emacs recommendation for lisp code inside emacs.d.