diff --git a/install.sh b/install.sh index 0bfae73..be86bce 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ sudo apt-get -y install xdg-open # emacs 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 && 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 sudo apt-get -y install pandoc