From 3dfc901e3372f317b8005c4c40c45d4a9731618e Mon Sep 17 00:00:00 2001
From: Philippe Dosch <Philippe.Dosch@loria.fr>
Date: Thu, 6 Mar 2025 14:42:35 +0100
Subject: [PATCH] Ajout pour org-reveal

---
 .emacs | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.emacs b/.emacs
index ed5804b..e38af68 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
-- 
GitLab