home-manager/emacs: make e exec emacsclient
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
354c335576
commit
115b387ccf
|
@ -12,7 +12,7 @@ in {
|
||||||
home.file."bin/e" = {
|
home.file."bin/e" = {
|
||||||
text = ''
|
text = ''
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
emacsclient -a "" -nc $@
|
exec emacsclient -a "" -nc $@
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue