[git] Add custom hunk-headers for Emacs Lisp files
This commit is contained in:
parent
dd23871b67
commit
8eb8bcacdf
2 changed files with 3 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
*.org diff=org
|
||||
*.el diff=lisp
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
email = tom@ryuslash.org
|
||||
[diff "org"]
|
||||
xfuncname = "^\\*+ *(.*)"
|
||||
[diff "lisp"]
|
||||
xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)"
|
||||
|
|
Loading…
Reference in a new issue