diff options
author | Kragen Javier Sitaker <kragen@pobox.com> | 2009-01-04 23:15:47 -0300 |
---|---|---|
committer | Kragen Javier Sitaker <kragen@pobox.com> | 2009-01-04 23:15:47 -0300 |
commit | 31e85e9d90b7da79b3078a90cfb9a64470550527 (patch) | |
tree | 640c834a482048ffa744ff9544653f97907211fa | |
parent | harmonizing combining characters a bit (diff) | |
download | dotXCompose-31e85e9d90b7da79b3078a90cfb9a64470550527.tar.gz dotXCompose-31e85e9d90b7da79b3078a90cfb9a64470550527.tar.bz2 dotXCompose-31e85e9d90b7da79b3078a90cfb9a64470550527.zip |
adding empty-set symbol from jsled
-rw-r--r-- | dotXCompose | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index cc4b40c..5aff84f 100644 --- a/dotXCompose +++ b/dotXCompose @@ -56,6 +56,8 @@ include "%L" <Multi_key> <backslash> <slash> : "∨" U2228 # LOGICAL OR <Multi_key> <backslash> <underscore> <slash> : "⊻" U22BB # XOR <Multi_key> <o> <asterisk> : "∘" U2218 # RING OPERATOR (function composition) +<Multi_key> <0> <slash> : "∅" U2205 # EMPTY SET (thanks jsled!) +<Multi_key> <slash> <0> : "∅" U2205 # EMPTY SET <Multi_key> <E> <E> : "∃" U2203 # THERE EXISTS <Multi_key> <exclam> <E> <E> : "∄" U2204 # THERE DOES NOT EXIST <Multi_key> <A> <A> : "∀" U2200 # FOR ALL @@ -247,4 +249,4 @@ include "%L" # See also http://bleah.co.uk/~simon/stuff/XCompose # and http://dotfiles.org/~inky/.XCompose -# and http://paste.lisp.org/display/73094
\ No newline at end of file +# and http://paste.lisp.org/display/73094 |