diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2018-05-29 11:58:11 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2018-05-29 11:58:11 (GMT) |
| commit | 4fe8a14a3c2e497ec2d0111475cce433fe6dad8f (patch) | |
| tree | 6644d168310f296f0b04c437c19140239d119eef /lisp/ravi-init-org.el | |
| parent | c7b0ca5c28d79ed4fc38b7f6c578e97bc6c7efc4 (diff) | |
| download | dotemacs-4fe8a14a3c2e497ec2d0111475cce433fe6dad8f.zip dotemacs-4fe8a14a3c2e497ec2d0111475cce433fe6dad8f.tar.gz dotemacs-4fe8a14a3c2e497ec2d0111475cce433fe6dad8f.tar.bz2 | |
Automatic use of :ensure
Diffstat (limited to 'lisp/ravi-init-org.el')
| -rw-r--r-- | lisp/ravi-init-org.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/ravi-init-org.el b/lisp/ravi-init-org.el index 7e7d97b..50a54f4 100644 --- a/lisp/ravi-init-org.el +++ b/lisp/ravi-init-org.el @@ -41,10 +41,9 @@ (setq org-reveal-theme "night") (setq org-reveal-transition "linear") (setq org-reveal-mathjax t) - (setq org-reveal-mathjax-url "./MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML")) - :ensure t) - (use-package ox-rst :ensure t) - (use-package ox-impress-js :ensure t) + (setq org-reveal-mathjax-url "./MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"))) + (use-package ox-rst) + (use-package ox-impress-js) (setq org-src-fontify-natively t) (setq org-modules (quote (org-bbdb @@ -70,8 +69,7 @@ ) :config (progn - (add-to-list 'org-latex-minted-langs '(ipython "python"))) - :ensure t) + (add-to-list 'org-latex-minted-langs '(ipython "python")))) ) ) |
