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

3 lines
78 B
Bash
Executable File

#!/bin/sh
setsid -f emacsclient --alternate-editor='emacs' $@ >/dev/null 2>&1