chiark / gitweb /
bin/emacsclient-hack: Open the window on the right display.
[profile] / bin / emacsclient-hack
diff --git a/bin/emacsclient-hack b/bin/emacsclient-hack
new file mode 100755 (executable)
index 0000000..8379edb
--- /dev/null
@@ -0,0 +1,2 @@
+#! /bin/sh -e
+exec emacsclient ${DISPLAY+--display "$DISPLAY"} "$@"