mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge a51c10aba2 into 291e96dcd0
This commit is contained in:
commit
2ce5ada605
2 changed files with 119 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if "$ZSH/tools/require_tool.sh" emacs 24 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'
|
||||
|
||||
|
||||
# Write to standard output the path to the file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue