diff --git a/.emacs b/.emacs index 8529ae7..228e235 100644 --- a/.emacs +++ b/.emacs @@ -134,24 +134,4 @@ ;; End convert routine (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 +) \ No newline at end of file