Skip to content

Instantly share code, notes, and snippets.

@trydofor
Last active September 9, 2017 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trydofor/58443b41a932ac5d2a3df35b74cf596a to your computer and use it in GitHub Desktop.
Save trydofor/58443b41a932ac5d2a3df35b74cf596a to your computer and use it in GitHub Desktop.
emacs-client
#!/bin/bash
if [[ -z $(ps -C 'emacs --daemon' -o pid=) ]]; then
env LC_CTYPE=zh_CN.UTF-8 emacs --daemon
fi
/usr/bin/emacsclient "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment