summaryrefslogtreecommitdiff
path: root/plugins/emacs/README.md
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2023-01-13 14:42:11 +0100
committerCarlo Sala <carlosalag@protonmail.com>2023-01-13 14:42:11 +0100
commitca0acf31ef163fd2a6bf562c9b9d6077975b41f8 (patch)
tree21c185a55a65acb21c058acd57f2d531ddcefec6 /plugins/emacs/README.md
parenteb2147c7159cf1ed14b1e5b6784d7d07c3662b52 (diff)
downloadzsh-ca0acf31ef163fd2a6bf562c9b9d6077975b41f8.tar.gz
zsh-ca0acf31ef163fd2a6bf562c9b9d6077975b41f8.tar.bz2
zsh-ca0acf31ef163fd2a6bf562c9b9d6077975b41f8.zip
fix(emacs): make `alternate-editor` work for emacs >28
Closes #11441
Diffstat (limited to 'plugins/emacs/README.md')
-rw-r--r--plugins/emacs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/emacs/README.md b/plugins/emacs/README.md
index c8e33b5ab..8ed4a1473 100644
--- a/plugins/emacs/README.md
+++ b/plugins/emacs/README.md
@@ -25,6 +25,6 @@ The plugin uses a custom launcher (which we'll call here `$EMACS_LAUNCHER`) that
| e | `emacs` | Same as emacs alias |
| te | `$EMACS_LAUNCHER -nw` | Open terminal emacsclient |
| eeval | `$EMACS_LAUNCHER --eval` | Same as `M-x eval` but from outside Emacs |
-| eframe | `emacsclient --alternate-editor "" --create-frame` | Create new X frame |
+| eframe | `emacsclient --alternate-editor="" --create-frame` | Create new X frame |
| efile | - | Print the path to the file open in the current buffer |
| ecd | - | Print the directory of the file open in the the current buffer |