summaryrefslogtreecommitdiff
path: root/.local/bin/ec
blob: 0e748af64cefb399b602488130cf60066d060a2e (plain) (blame)
1
2
3
4
#!/bin/sh

[ -t 2 ] && mode=t || mode=c
exec emacsclient -s ec -$mode