7/19/2016

How to use meld for git and configure meld diff tool colors

sudo apt install meld

emacs ~/.gitconfig
Add:
[diff]
    tool = meld
[merge]

    tool = meld

=====
Configure meld external editor:
emacs -fh -geometry 180x160 {file}

=====
For Version: 3.0+
sudo emacs /usr/share/meld/meld.css
For syntax colors:
sudo emacs /usr/share/gtksourceview-3.0/styles/classic.xml

---
Change classic.xml magenta definition to

No comments: