From 8b4b59dbf19f2affc3eaaf69d3cc38efeede3981 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 13 Jan 2017 17:30:28 +0100 Subject: emacs: literate programming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything has been moved into an org file. Signed-off-by: Miquel Sabaté Solà --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e913112..3b54e07 100755 --- a/install.sh +++ b/install.sh @@ -57,6 +57,12 @@ cp -rf vim $HOME/.vim cp vimrc $HOME/.vimrc vim +PluginInstall +qall +# GNU Emacs +rm -rf $HOME/.emacs.d +cp emacs/custom.el $HOME/.emacs.d/custom.el +cp emacs/init.el $HOME/.emacs.d/init.el +ln -s emacs/init.org $HOME/.emacs.d/init.org + # Wipe out weechat config and install it again rm -rf $HOME/.weechat cp -r weechat $HOME/.weechat -- cgit v1.2.3