#!/bin/sh
TERM=${TERM%-it}
TERM=${TERM%-256color}
exec emacs -nw "$@"

