diff options
-rw-r--r-- | .emacs | 1 | ||||
-rw-r--r-- | .emacs.local.d/modes/reveal.el | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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") |