Browse Source

Revert "Fix emacs client terminal" (#7597)

Reverts robbyrussell/oh-my-zsh#5714
akinnane 6 years ago
parent
commit
25d0a10cda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/emacs/emacs.plugin.zsh

+ 1 - 1
plugins/emacs/emacs.plugin.zsh

@@ -16,7 +16,7 @@ if "$ZSH/tools/require_tool.sh" emacsclient 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 -t"
+    alias emacs="$EMACS_PLUGIN_LAUNCHER --no-wait"
     alias e=emacs
     alias e=emacs
     # open terminal emacsclient
     # open terminal emacsclient
     alias te="$EMACS_PLUGIN_LAUNCHER -nw"
     alias te="$EMACS_PLUGIN_LAUNCHER -nw"