#!/usr/bin/env bash

# Make sure it's there
emacs-check
exec emacsclient -c "$@"

