diff --git a/.emacs b/.emacs
index ed5804b5b9824aca0a3867b64a514285b99c3a72..e38af68aac75700580340f21b9e4f30006cea0a8 100644
--- a/.emacs
+++ b/.emacs
@@ -36,6 +36,7 @@
       (append
        '(
 	 "/home/phil/.lisp/"
+	 "/home/phil/.lisp/org-reveal/"
 	 "/home/phil/.lisp/Emacs-langtool/"
 	 )
        load-path))
@@ -456,10 +457,8 @@
   (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh))
 
 ;; org-reveal
-;; (use-package ox-reveal
-;;   :ensure t
-;;   :config
-;;   (setq org-reveal-root "file:///home/phil/divers/presentation/reveal.js"))
+(require 'ox-reveal)
+(setq org-reveal-root "file:///home/phil/divers/presentation/reveal.js")
 
 ;; Openwith : utilsation de programmes externe lors de
 ;; l'ouverture pour certains types de fichiers