fix(emacs): make alternate-editor work for emacs >28

Closes #11441
This commit is contained in:
Carlo Sala
2023-01-13 14:42:11 +01:00
parent eb2147c715
commit ca0acf31ef
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ alias te="$EMACS_PLUGIN_LAUNCHER -nw"
# 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'
# Emacs ANSI Term tracking
if [[ -n "$INSIDE_EMACS" ]]; then