299 B
Executable file
299 B
Executable file
Emacs Client Application
#!/bin/sh
if ! ps -e | grep -q '[E]macs --bg-daemon'; then
/opt/homebrew/bin/emacs --daemon
fi
/opt/homebrew/bin/emacsclient -c &> /dev/null