summaryrefslogtreecommitdiff
path: root/bin/emacsclient
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-10-21 10:00:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-10-29 21:47:37 -0700
commite95deab78fe96e037fd92bd18003177349b75dfe (patch)
tree47b0ef2c7262157fbf3fc2ca7cb352580ad57d47 /bin/emacsclient
parent3e214ac09eacf2f94c69b2909344d3bc590296df (diff)
downloaddotfiles-e95deab78fe96e037fd92bd18003177349b75dfe.tar.gz
emacsclient wrapper: initialise remaining variables
Diffstat (limited to 'bin/emacsclient')
-rwxr-xr-xbin/emacsclient4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/emacsclient b/bin/emacsclient
index 4b35e119..198e5f58 100755
--- a/bin/emacsclient
+++ b/bin/emacsclient
@@ -29,6 +29,10 @@ want_version=false
devel_running=false
installed_running=false
pass_to_gdbmacs=false
+status=
+daemon_name=
+gdbmacs=
+args=
socket_dir="${XDG_RUNTIME_DIR:-/run/user/$(id -u)}/emacs/"
get_listener () {