diff options
-rw-r--r-- | spacemacs.el | 3 |
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) |