summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.org b/config.org index 89d70d2..e883bd3 100644 --- a/config.org +++ b/config.org
@@ -3194,11 +3194,23 @@ have them all out of sync.
3194 eol = lf 3194 eol = lf
3195 [diff "lisp"] 3195 [diff "lisp"]
3196 # basic 3196 # basic
3197 xfuncname = "^(\\(.*)$" 3197 #xfuncname = "^(\\(.*)$"
3198 # advanced 3198 # advanced
3199 xfuncname = "^(((;;;+ )|\\(|([ \t]+\\(((cl-|el-patch-)?def(un|var|macro|method|custom)|gb/))).*)$" 3199 xfuncname = "^(((;;;+ )|\\(|([ \t]+\\(((cl-|el-patch-)?def(un|var|macro|method|custom)|gb/))).*)$"
3200 [diff "org"] 3200 [diff "org"]
3201 xfuncname = "^(\\*+ +.*)$" 3201 xfuncname = "^(\\*+ +.*)$"
3202
3203 [url "https://github.com/"]
3204 insteadOf = gh:
3205 pushInsteadOf = gh:
3206
3207 [url "https://gitlab.com/"]
3208 insteadOf = gl:
3209 pushInsteadOf = gl:
3210
3211 [url "https://git.sr.ht/"]
3212 insteadOf = sr:
3213 pushInsteadOf = sr:
3202#+end_src 3214#+end_src
3203 3215
3204* Appendices 3216* Appendices