From 495aa3b8d3b274a824b0752465fe9c7d4db92691 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 13 Sep 2023 14:56:28 +0100 Subject: adds launcher script for emacsclient --- emacsclient_ml | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 emacsclient_ml 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 -- cgit v1.2.3