dotfiles/home/default/.local/bin/em

3 lines
78 B
Plaintext
Raw Normal View History

2023-05-12 14:06:40 -04:00
#!/bin/sh
2023-07-02 05:41:21 -04:00
setsid -f emacsclient --alternate-editor='emacs' $@ >/dev/null 2>&1