Update install.sh: Fixed wc-mode install line

This commit is contained in:
Nathan Schneider
2019-08-07 15:49:07 +00:00
parent 2fad00e7eb
commit f2b21aa6d1
+1 -1
View File
@@ -6,7 +6,7 @@ sudo apt-get -y install xdg-open
# emacs # emacs
sudo apt-get -y install emacs-gtk sudo apt-get -y install emacs-gtk
sudo apt-get -y install elpa-markdown-mode sudo apt-get -y install elpa-markdown-mode
cd ~/.emacs.d/lisp/ && git clone git://github.com/bnbeckwith/wc-mode.git && cd ~ cd ~/.emacs.d/lisp/ && git clone git://github.com/bnbeckwith/wc-mode.git && mv wc-mode/wc-mode.el ./ && rm -rf wc-mode/ && cd ~
# pandoc # pandoc
sudo apt-get -y install pandoc sudo apt-get -y install pandoc