aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-13 14:56:28 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-13 14:56:28 +0100
commit495aa3b8d3b274a824b0752465fe9c7d4db92691 (patch)
treec90b93b0e86e73f058db261183de5b6d701aeeb2
parente30c304663232fde473029d1cbcae50440174696 (diff)
adds launcher script for emacsclient
Diffstat (limited to '')
-rwxr-xr-xemacsclient_ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacsclient_ml b/emacsclient_ml
new file mode 100755
index 0000000..a16eaa6
--- /dev/null
+++ b/emacsclient_ml
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+emacsclient --create-frame --alternate-editor="" \ No newline at end of file