forked from colonelpanic/dotfiles
[Emacs] Fix copy of README.html
This commit is contained in:
parent
632740369b
commit
39d3f20de5
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user