diff options
Diffstat (limited to 'git')
-rw-r--r-- | git/global-gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/global-gitconfig b/git/global-gitconfig index 0131ef1..460a2b9 100644 --- a/git/global-gitconfig +++ b/git/global-gitconfig @@ -11,6 +11,8 @@ textconv = pdfinfo [diff "org"] xfuncname = "^(\\*+ +.*)$" +[diff "lisp"] + xfuncname = "^[ \t]*(((;+ )|\\((cl-|el-patch-)?def(un|var|macro|method|custom|ine)).*)$" [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] |