Skip to content
Snippets Groups Projects
Commit 8faae67f authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Refactoring ox-reveal

parent 9fade12a
No related branches found
No related tags found
No related merge requests found
......@@ -514,6 +514,12 @@
:config
(add-to-list 'auto-mode-alist '("\.feature$" . feature-mode)))
;; org-reveal
(use-package ox-reveal
:ensure t
:config
(setq org-reveal-root "file:///home/dosch/divers/presentation/reveal.js"))
;; ===============================
;; Configurations variables/styles
;; ===============================
......@@ -986,10 +992,6 @@
;; ido-vertical-mode
;; (ido-vertical-mode t)
;; org-reveal
(require 'ox-reveal)
(setq org-reveal-root "file:///home/dosch/divers/presentation/reveal.js")
;; Git personal macros
(fset 'gitprev
[?\M-! ?g ?i ?t ? ?p ?r ?e ?v return])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment