summaryrefslogtreecommitdiff
path: root/bin/emacsclient
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-10-29 11:01:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-10-29 21:53:28 -0700
commita21b3639920b25dee4da52d39fe35a7c619f4938 (patch)
tree7cf4c873fbb7202c66cba8d21038022b71f2dc2b /bin/emacsclient
parentb4adeea21740d94cab6e0061aabf22c4ee151618 (diff)
downloaddotfiles-a21b3639920b25dee4da52d39fe35a7c619f4938.tar.gz
emacsclient wrapper: -sgdbmacs implies --spw/installed
Diffstat (limited to 'bin/emacsclient')
-rwxr-xr-xbin/emacsclient3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/emacsclient b/bin/emacsclient
index 1ac1b993..752102f9 100755
--- a/bin/emacsclient
+++ b/bin/emacsclient
@@ -98,6 +98,9 @@ for arg do
esac
done
+# -sgdbmacs implies --spw/installed, as a special case.
+[ "$daemon_name" = gdbmacs ] && want_installed=true
+
devel_emacs="$HOME/src/emacs/src/emacs"
devel_emacsclient="$HOME/src/emacs/lib-src/emacsclient"