From 80a6aab5cc49bbe28d939d44e1f4ea0ffcbb9a08 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 29 Jan 2015 12:26:12 -0800 Subject: [PATCH] update emacs aliases --- .zshenv | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.zshenv b/.zshenv index 0f74026..b158c31 100644 --- a/.zshenv +++ b/.zshenv @@ -211,9 +211,12 @@ alias la="l -Fa" alias lla="ll -Fa" alias c="cd" cl() { cd $@ && ls } -alias e="TERM=rxvt-256color; emacs -nw" -alias et="TERM=rxvt-256color; emacsclient -t" -alias ec="emacsclient -c --eval '(set-background-color \"black\")'" +#old linux aliases +alias e="TERM=rxvt-256color emacs -nw" +alias et="TERM=rxvt-256color emacsclient -t" +#alias ec="emacsclient -c --eval '(set-background-color \"black\")'" +alias ec="emacsclient -c" +alias ed="emacs --daemon" alias ecx="emacsclient --eval '(make-frame-on-display \"$DISPLAY\")'" #alias s="TERM=xterm;ssh serenity.cat.pdx.edu" alias s="TERM=rxvt;ssh hunner@destiny.cat.pdx.edu"