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