Update .emacs

This commit is contained in:
Nathan Schneider
2019-08-06 22:09:39 +00:00
parent e2994689ac
commit 4f18100af3
-20
View File
@@ -135,23 +135,3 @@
(shell-command (concat "xdg-open " tmp-out-file)) (shell-command (concat "xdg-open " tmp-out-file))
) )
) )
;; ORG/OX-REVEAL
;; Revealjs presentations in org-mode [[https://github.com/yjwen/org-reveal]]
;; This part was automatically added on install. Don't change:
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages (quote (pandoc-mode ox-reveal))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
;; Initialize
(require 'ox-reveal)
(setq org-reveal-root "file:///home/ntnsndr/.revealjs/reveal.js")
;; Customization at ~/.revealjs/conf.org