emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 2d3ca2534e4e94a2eeae007ac2513e38b5cc6550
parent f69ea3db832dacb9b766732db44ee13fa3827ac1
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  4 May 2020 11:09:56 +0300

emc: use exec on emacsclient

Diffstat:
Minit.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.org b/init.org @@ -216,7 +216,7 @@ use a tiny script for it. # We want word splitting # shellcheck disable=2086 - emacsclient --alternate-editor='' -c $EMACSCLIENT_EXTRA_OPTIONS + exec emacsclient --alternate-editor='' -c $EMACSCLIENT_EXTRA_OPTIONS #+END_SRC You can install the generated emc script by doing