Pieced together from [Howard Abrams][0] and [Harry R. Schwartz][1].
Mu and Mu4e needs ti be installed first.
On Linux:
mkdir ~/programs
cd ~/programs
git clone https://github.com/djcb/mu.git
On Mac:
brew install mu --with-emacs --HEAD
mkdir ~/programs
cd ~/programs
git clone https://github.com/bnbeckwith/writegood-mode.git
To install
./install.sh
Run emacs:
emacsclient -c --alternate-editor= <FILE>
Stop the client:
emacsclient --eval "(kill-emacs)"
[0]: https://github.com/howardabrams/dot-files [1]: https://github.com/hrs/dotfiles