Update install.sh: Fixed wc-mode install line
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user