mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
No wait for new frame
This commit is contained in:
parent
59c25cf09b
commit
a51c10aba2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ if "$ZSH/tools/require_tool.sh" emacs 23 2>/dev/null ; then
|
|||
# same than M-x eval but from outside Emacs.
|
||||
alias eeval="$EMACS_PLUGIN_LAUNCHER --eval"
|
||||
# create a new X frame
|
||||
alias eframe='emacsclient --alternate-editor "" --create-frame'
|
||||
alias eframe='emacsclient --alternate-editor "" --create-frame --no-wait'
|
||||
|
||||
# to code all night long
|
||||
alias emasc=emacs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue