Update .emacs
This commit is contained in:
@@ -134,24 +134,4 @@
|
|||||||
;; End convert routine
|
;; End convert routine
|
||||||
(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
|
|
||||||
Reference in New Issue
Block a user