diff options
Diffstat (limited to 'themes/light-ec')
-rwxr-xr-x | themes/light-ec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/light-ec b/themes/light-ec index e3cf784..0c55b32 100755 --- a/themes/light-ec +++ b/themes/light-ec @@ -11,6 +11,11 @@ usr=${EC_USR_OPTS} font=$EC_TERM_FACE ifont=$EC_TERM_ITALIC_FACE +exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \ + -sl 0 +rv +ssr -b $bw +sbg -fn "${font}" -fi "${ifont}" \ + -name "emacsclient" ${usr} \ + -e emacsclient -t $* + exec xterm $usr -b $bw -fg "$frg" -bg "$bkg" -e emacsclient -t $* exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \ |