Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wzpan
Last active December 18, 2015 11:59
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 wzpan/5779222 to your computer and use it in GitHub Desktop.
Save wzpan/5779222 to your computer and use it in GitHub Desktop.
emacsclient setting on Linux
# 用ec来快速启动emacs client
alias sudo='sudo '
alias ec='emacsclient -c -a ""'
# 现在可以将emacs设为默认编辑器啦
export EDITOR='emacsclient -c -a ""'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment