From f2b21aa6d10913398a5b98a6923f4a90f0b04745 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 7 Aug 2019 15:49:07 +0000 Subject: [PATCH] Update install.sh: Fixed wc-mode install line --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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