From 231cc141d2ee1a2090346402073bb170753c84c3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 9 Apr 2012 15:36:45 -0400 Subject: [PATCH] Add missing less than to .XCompose for ALMOST EQUAL TO and IDENTICAL TO. --- src/.XCompose | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.XCompose b/src/.XCompose index fa36b99..2fefc52 100644 --- a/src/.XCompose +++ b/src/.XCompose @@ -3,8 +3,8 @@ include "%L" : "http://tremily.us/" # Home page

: "∝" U221D # PROPORTIONAL TO -Multi_key> : "≈" U2248 # ALMOST EQUAL TO -Multi_key> : "≡" U2261 # IDENTICAL TO + : "≈" U2248 # ALMOST EQUAL TO + : "≡" U2261 # IDENTICAL TO : "−" U2212 # MINUS SIGN : "∓" U2213 # MINUS-OR-PLUS SIGN -- 2.26.2