Updates to use emacsclient and daemon

This commit is contained in:
Salar Rahmanian 2020-11-28 15:08:09 -08:00
parent 0e1b18cb0d
commit 095e7b7232
5 changed files with 61 additions and 4 deletions

5
run-emacsclient-cli Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
export EMACSCLIENT_OPTS='-t'
exec run-emacsclient "$@"