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
6cec8620
"tools/vscode:/vscode.git/clone" did not exist on "9df69ba37f3dd3a3f02fc8c0ba41236960b6b771"
Unverified
Commit
6cec8620
authored
Feb 13, 2019
by
Robby Russell
Committed by
GitHub
Feb 13, 2019
Browse files
Merge pull request #5714 from dluksza/master
Fix emacs client terminal
parents
7d6f754b
6fe2028a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/emacs/emacs.plugin.zsh
View file @
6cec8620
...
@@ -16,7 +16,7 @@ if "$ZSH/tools/require_tool.sh" emacsclient 24 2>/dev/null ; then
...
@@ -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
-
-no-wai
t"
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"
...
...
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