diff options
author | EuAndreh <eu@euandre.org> | 2018-07-11 12:43:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-11 12:43:05 -0300 |
commit | c3716106ad50cf91e84283d80f2e0398fcffabb4 (patch) | |
tree | 08d901864b87f1fa987014818f1980e37010598f | |
parent | Remove unused dependencies from profiles.clj (diff) | |
download | dotfiles-c3716106ad50cf91e84283d80f2e0398fcffabb4.tar.gz dotfiles-c3716106ad50cf91e84283d80f2e0398fcffabb4.tar.xz |
Enable revealjs support for org-mode
-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) |