summaryrefslogtreecommitdiff
path: root/bin/emacsclient
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-05-21 11:00:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-05-21 11:00:07 -0700
commit8a3c1da646919cc69fd5ba937a07ab246674b794 (patch)
treea2380e6ff129516f667ddc4bb8a91a5bb49b31f6 /bin/emacsclient
parentf030420050e8e719fbd337ffff0091941fd1c7b0 (diff)
downloaddotfiles-8a3c1da646919cc69fd5ba937a07ab246674b794.tar.gz
reduce use of Shift modifier in i3 & Sway configs
Diffstat (limited to 'bin/emacsclient')
-rwxr-xr-xbin/emacsclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emacsclient b/bin/emacsclient
index f140df52..4864efdd 100755
--- a/bin/emacsclient
+++ b/bin/emacsclient
@@ -225,7 +225,7 @@ if [ -n "$listener" ]; then
fi
# Make it possible, with primary session, to quickly replace in-tree Emacs
-# with installed Emacs. See 'C-i E' Sway/i3 binding.
+# with installed Emacs. See 'C-i C-M-e' Sway/i3 binding.
if [ -z "$daemon_name" ] && $devel_running && $want_installed; then
gud_status \
|| fail "couldn't query gdbmacs for in-tree Emacs status; aborting"