diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-13 14:56:28 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-13 14:56:28 +0100 |
commit | 495aa3b8d3b274a824b0752465fe9c7d4db92691 (patch) | |
tree | c90b93b0e86e73f058db261183de5b6d701aeeb2 | |
parent | e30c304663232fde473029d1cbcae50440174696 (diff) |
adds launcher script for emacsclient
Diffstat (limited to '')
-rwxr-xr-x | emacsclient_ml | 3 |
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 |