diff options
Diffstat (limited to 'home-dots/dot-gitconfig')
-rw-r--r-- | home-dots/dot-gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-dots/dot-gitconfig b/home-dots/dot-gitconfig index 8335e8e..11cff2d 100644 --- a/home-dots/dot-gitconfig +++ b/home-dots/dot-gitconfig @@ -14,6 +14,9 @@ xfuncname = "^(\\*+ +.*)$" [diff "lisp"] xfuncname = "^[ \t]*(((;+ )|\\((cl-|el-patch-|ert-)?def(un|var|macro|method|custom|ine|test)).*)$" +[diff "ledger"] + xfuncname = "^([0-9]{4}-[0-9]+-[0-9]+ .*)$" + [difftool "image_diff"] cmd = compare $REMOTE $LOCAL png:- | montage -font Liberation-Sans -tile 3x -geometry 400x -label "reference" $LOCAL -label "diff" - -label "current--%f" $REMOTE x: [diff] |