From 574a71772b12851c959c9b1f52c389e457404791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sat, 3 Aug 2019 07:40:23 -0700 Subject: reveal config --- .emacs | 1 + .emacs.local.d/modes/reveal.el | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .emacs.local.d/modes/reveal.el diff --git a/.emacs b/.emacs index 5b39bff..80c15ab 100644 --- a/.emacs +++ b/.emacs @@ -36,6 +36,7 @@ (load-file "~/.emacs.local.d/modes/package.el") (load-file "~/.emacs.local.d/modes/projectile.el") (load-file "~/.emacs.local.d/modes/python.el") +(load-file "~/.emacs.local.d/modes/reveal.el") (load-file "~/.emacs.local.d/modes/smex.el") (load-file "~/.emacs.local.d/modes/sml.el") (load-file "~/.emacs.local.d/modes/sublimity.el") diff --git a/.emacs.local.d/modes/reveal.el b/.emacs.local.d/modes/reveal.el new file mode 100644 index 0000000..0b39bd1 --- /dev/null +++ b/.emacs.local.d/modes/reveal.el @@ -0,0 +1,3 @@ +(require 'org-re-reveal) + +(setq org-re-reveal-root "../reveal.js") -- cgit v1.2.3