aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-12-02 15:41:13 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-12-02 15:41:13 +0000
commit9652b1061b29d299705dd5dfc57201a593f4b036 (patch)
treeb6bac48439bb097e79897aeba6f14b3eaf60ca4e /Emacs/.config
parent25e8015ccd0f68ba9bd1ae913495688a60071850 (diff)
downloaddotfiles-9652b1061b29d299705dd5dfc57201a593f4b036.tar.gz
dotfiles-9652b1061b29d299705dd5dfc57201a593f4b036.tar.bz2
dotfiles-9652b1061b29d299705dd5dfc57201a593f4b036.zip
(Emacs)+org reveal configuration
Org reveal is a system that allows org documents to be exported into HTML presentations.
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/config.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 2c2e8e8..767e3ad 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1788,6 +1788,16 @@ Evil org for some nice bindings.
(use-package evil-org
:hook (org-mode-hook . evil-org-mode))
#+end_src
+*** Org reveal
+Org reveal allows one to export org files as HTML presentations via
+reveal.js. Pretty nifty and it's easy to use.
+#+begin_src emacs-lisp
+(use-package ox-reveal
+ :after org
+ :init
+ (setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js"
+ org-reveal-theme "sky"))
+#+end_src
*** Org fragtog
Toggle latex fragments in org mode so you get fancy maths symbols. I
use latex a bit in org mode as it is the premier way of getting