this repo has no description
at parsec 7 lines 105 B view raw
1ec () { 2 if (( ${+INSIDE_EMACS} )); then 3 emacsclient -n "$@" 4 else 5 emacsclient -nc "$@" 6 fi 7}