[Emacs] Fix copy of README.html

This commit is contained in:
Ivan Malison 2016-12-28 04:03:12 -08:00
parent 632740369b
commit 39d3f20de5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 1 deletions

View File

@ -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 "../dotfiles/emacs.d/README.html" out
cp "$THIS_DIR/../emacs.d/README.html" out

View File

@ -16,6 +16,8 @@
(setq readme-src (concat emacs-dir "README.org"))
(org-babel-tangle-file readme-src)
(require 'use-pacakge)
(load-file (concat emacs-dir "org-config.el"))
(defun export-target (target)