From fc6c2bd91b75d931d38a58e168e1bed03f5049d7 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 7 Aug 2019 16:07:57 +0000 Subject: [PATCH] Update install.sh evolution-ews --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index be86bce..072b570 100644 --- a/install.sh +++ b/install.sh @@ -8,6 +8,10 @@ sudo apt-get -y install emacs-gtk sudo apt-get -y install elpa-markdown-mode cd ~/.emacs.d/lisp/ && git clone git://github.com/bnbeckwith/wc-mode.git && mv wc-mode/wc-mode.el ./ && rm -rf wc-mode/ && cd ~ +# gnome optional stuff +# to get Microsoft Exchange working on Gnome Calendar: +# sudo apt-get install evolution-ews + # pandoc sudo apt-get -y install pandoc sudo apt-get -y install texlive