From e229a8c0446c24468f75e2cb15607018ab7e9ee6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 28 Dec 2016 04:10:50 -0800 Subject: [PATCH] [Emacs] Actually fix compile copy --- bin/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile.sh b/bin/compile.sh index 829f6108..0a9c05ac 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -14,4 +14,4 @@ curl -fsSkL https://raw.github.com/cask/cask/master/go | python cask install cask exec emacs --script generate-html.el -cp "$THIS_DIR/../emacs.d/README.html" out +cp "$THIS_DIR/../dotfiles/emacs.d/README.html" out