Init-Files/bin/ec
2017-10-28 08:00:46 -07:00

3 lines
161 B
Bash
Executable file

#!/bin/sh
which osascript > /dev/null 2>&1 && osascript -e 'tell application "Emacs" to activate'
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -c "$@"