Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
25d0a10c
"vscode:/vscode.git/clone" did not exist on "d34ab7f3732b49fd624c80e950aae3f166800a24"
Commit
25d0a10c
authored
Feb 25, 2019
by
akinnane
Committed by
Marc Cornellà
Feb 25, 2019
Browse files
Revert "Fix emacs client terminal" (#7597)
Reverts robbyrussell/oh-my-zsh#5714
parent
dfd1b4f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/emacs/emacs.plugin.zsh
View file @
25d0a10c
...
...
@@ -16,7 +16,7 @@ if "$ZSH/tools/require_tool.sh" emacsclient 24 2>/dev/null ; then
# set EDITOR if not already defined.
export
EDITOR
=
"
${
EDITOR
:-${
EMACS_PLUGIN_LAUNCHER
}}
"
alias
emacs
=
"
$EMACS_PLUGIN_LAUNCHER
-t"
alias
emacs
=
"
$EMACS_PLUGIN_LAUNCHER
-
-no-wai
t"
alias
e
=
emacs
# open terminal emacsclient
alias
te
=
"
$EMACS_PLUGIN_LAUNCHER
-nw"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment