about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-23 13:58:40 -0600
committerCase Duckworth2021-02-23 13:58:40 -0600
commit02f9683b769a0cb391e954083f7b498b20784cc9 (patch)
tree4066a66e415d1f7ed57d47c09186f0aaea067d6d /config.org
parentFix noweb (diff)
downloademacs-02f9683b769a0cb391e954083f7b498b20784cc9.tar.gz
emacs-02f9683b769a0cb391e954083f7b498b20784cc9.zip
gitconfig: Add URL aliases
Diffstat (limited to 'config.org')
-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