diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2018-03-03 20:52:21 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2018-03-03 20:52:21 +0530 |
commit | bc197fc82aaad1f384ece28447a0391662de8025 (patch) | |
tree | bead5ce809087c7f1328e0928ad7c56ae84b5c1f | |
parent | 201468971f42223e49f28509cef28671411d63b5 (diff) |
Script to launch emacs in server + client mode
IF no server is running this script launches emacs first and then runs
emacsclient.
-rwxr-xr-x | em | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +exec emacsclient -c -a "" "$@" |