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

Ajout pour org-reveal

parent b39811aa
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
(append (append
'( '(
"/home/phil/.lisp/" "/home/phil/.lisp/"
"/home/phil/.lisp/org-reveal/"
"/home/phil/.lisp/Emacs-langtool/" "/home/phil/.lisp/Emacs-langtool/"
) )
load-path)) load-path))
...@@ -456,10 +457,8 @@ ...@@ -456,10 +457,8 @@
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)) (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh))
;; org-reveal ;; org-reveal
;; (use-package ox-reveal (require 'ox-reveal)
;; :ensure t (setq org-reveal-root "file:///home/phil/divers/presentation/reveal.js")
;; :config
;; (setq org-reveal-root "file:///home/phil/divers/presentation/reveal.js"))
;; Openwith : utilsation de programmes externe lors de ;; Openwith : utilsation de programmes externe lors de
;; l'ouverture pour certains types de fichiers ;; l'ouverture pour certains types de fichiers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment