diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-17 04:11:37 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-17 04:11:37 (GMT) |
| commit | b94602dccfa28b997b1fc1f2e0373d997f4b95ce (patch) | |
| tree | 3be06093fa7911b9efad75084bfb4ef10411d68f /ravi-init-org.el | |
| parent | b15d1c09836007f29158905f99316b25bb1bf9f5 (diff) | |
| download | dotemacs-b94602dccfa28b997b1fc1f2e0373d997f4b95ce.zip dotemacs-b94602dccfa28b997b1fc1f2e0373d997f4b95ce.tar.gz dotemacs-b94602dccfa28b997b1fc1f2e0373d997f4b95ce.tar.bz2 | |
Upgrade to use-package 2.0
Fix changed semantics for init and for load-path
Diffstat (limited to 'ravi-init-org.el')
| -rw-r--r-- | ravi-init-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ravi-init-org.el b/ravi-init-org.el index e2ed68f..004d2f6 100644 --- a/ravi-init-org.el +++ b/ravi-init-org.el @@ -36,7 +36,7 @@ (use-package htmlize :ensure t) (use-package ox-reveal - :load-path ,(ravi/emacs-file "site-lisp/org-reveal") + :load-path (lambda () (ravi/emacs-file "site-lisp/org-reveal")) ) (setq org-src-fontify-natively t) (setq org-modules (quote (org-bbdb |
