Commit 6fe2028a authored by Dariusz Luksza's avatar Dariusz Luksza
Browse files

Fix emacs client terminal



Fixes #3305
Signed-off-by: default avatarDariusz Luksza <dariusz@luksza.org>
parent 67dad45b
...@@ -16,7 +16,7 @@ if "$ZSH/tools/require_tool.sh" emacs 24 2>/dev/null ; then ...@@ -16,7 +16,7 @@ if "$ZSH/tools/require_tool.sh" emacs 24 2>/dev/null ; then
# set EDITOR if not already defined. # set EDITOR if not already defined.
export EDITOR="${EDITOR:-${EMACS_PLUGIN_LAUNCHER}}" export EDITOR="${EDITOR:-${EMACS_PLUGIN_LAUNCHER}}"
alias emacs="$EMACS_PLUGIN_LAUNCHER --no-wait" alias emacs="$EMACS_PLUGIN_LAUNCHER -t"
alias e=emacs alias e=emacs
# open terminal emacsclient # open terminal emacsclient
alias te="$EMACS_PLUGIN_LAUNCHER -nw" alias te="$EMACS_PLUGIN_LAUNCHER -nw"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment