使用prelude的 emacs配置

0. back up you .emacs and .emacs.d file and directory
1. install
curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
2. update all package list
3. enjoy
emacs –daemon
Afterwards I connect to the server with either a terminal or a GUI client like
this:
emacsclient -t
emacsclient -c

You’d probably do well to put a few aliases in your .zshrc (or .bashrc):
alias e=’/usr/local/bin/emacsclient -t’
alias ec=’/usr/local/bin/emacsclient -c’
alias vim=’/usr/local/bin/emacsclient -t’
alias vi=’/usr/local/bin/emacsclient -t’

https://github.com/bbatsov/prelude