0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Fix alias `eeval'

This commit is contained in:
Tristan Carel 2011-04-15 18:21:22 +02:00
parent 49c0a1381a
commit 9b29136ec6

View file

@ -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'