summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-09 10:50:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-10 18:25:55 -0700
commita9c683ef975a298b524cea263c12b3786eaa343c (patch)
treef4554efd1713a30d5e6dbbbef2703ca26f93e1cd /scripts
parenteebc51bc02ad59fd22160c6841e570e3bddb9135 (diff)
downloaddotfiles-a9c683ef975a298b524cea263c12b3786eaa343c.tar.gz
update reference to a window manager binding
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/desktop/emacsclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/desktop/emacsclient b/scripts/desktop/emacsclient
index 859b6440..706517ca 100755
--- a/scripts/desktop/emacsclient
+++ b/scripts/desktop/emacsclient
@@ -5,7 +5,7 @@
# to that, and whether there is a build in progress and no running daemon, as
# we don't want to start a new daemon until the build is finished.
#
-# The idea is that I can always hit C-i RET without worrying about builds.
+# The idea is that I can always hit C-i e without worrying about builds.
getopt=$(getopt -o "" -l installed -n scripts/desktop/emacsclient -- "$@")
eval "set - $getopt"