home-manager/emacs: make e exec emacsclient

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-02-02 14:00:12 -05:00
parent 354c335576
commit 115b387ccf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}; };