Emacs client script
This commit is contained in:
parent
846c430fe1
commit
6757f62347
1 changed files with 3 additions and 0 deletions
3
bin/ec
Executable file
3
bin/ec
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
which osascript > /dev/null 2>&1 && osascript -e 'tell application "Emacs" to activate'
|
||||
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -c "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue