Compare commits

...

2 Commits

Author SHA1 Message Date
xfnw 030e9aeea6 gitconfig: sort branches by commiterdate 2024-01-29 06:00:09 -05:00
xfnw 72fb447b73 XCompose: add PERSON RAISING BOTH HANDS IN CELEBRATION 2024-01-27 15:58:23 -05:00
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ include "%L"
<Multi_key> <period> <backslash> : "λ" U03BB # GREEK SMALL LETTER LAMBDA
<Multi_key> <slash> <exclam> <backslash> : "⚠" U26A0 # WARNING SIGN
<Multi_key> <backslash> <o> <slash> : "🙌" U1F64C # PERSON RAISING BOTH HANDS IN CELEBRATION
<Multi_key> <S> <i> : "Σ" U03A3 # GREEK CAPITAL LETTER SIGMA
<Multi_key> <s> <i> : "σ" U03C3 # GREEK SMALL LETTER SIGMA
<Multi_key> <o> <i> : "" U2139 # INFORMATION SIGN

View File

@ -21,3 +21,5 @@
ff = only
[push]
autoSetupRemote = true
[branch]
sort = committerdate