aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-11 12:43:05 -0300
committerEuAndreh <eu@euandre.org>2018-07-11 12:43:05 -0300
commitc3716106ad50cf91e84283d80f2e0398fcffabb4 (patch)
tree08d901864b87f1fa987014818f1980e37010598f /spacemacs.el
parentRemove unused dependencies from profiles.clj (diff)
downloaddotfiles-c3716106ad50cf91e84283d80f2e0398fcffabb4.tar.gz
dotfiles-c3716106ad50cf91e84283d80f2e0398fcffabb4.tar.xz
Enable revealjs support for org-mode
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 07282e7..7ddcbb0 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -68,7 +68,8 @@ This function should only modify configuration layer settings."
emacs-lisp
git
markdown
- org
+ (org :variables
+ org-enable-reveal-js-support t)
(shell :variables
shell-default-height 30
shell-default-position 'bottom)