mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fix alias `eeval'
This commit is contained in:
parent
49c0a1381a
commit
9b29136ec6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if "$ZSH/tools/require_tool.sh" emacs 23 2>/dev/null ; then
|
|||
alias e=emacs
|
||||
|
||||
# same than M-x eval but from outside Emacs.
|
||||
alias eeval="emacs --eval"
|
||||
alias eeval="$EDITOR --eval"
|
||||
# create a new X frame
|
||||
alias eframe='emacsclient --alternate-editor "" --create-frame'
|
||||
|
||||
|
|
Loading…
Reference in a new issue