this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reveal-js support

+4 -1
+2 -1
spacemacs
··· 46 46 markdown 47 47 treemacs 48 48 (org :variables 49 - org-enable-github-support nil) 49 + org-enable-github-support nil 50 + org-enable-reveal-js-support t) 50 51 (shell :variables 51 52 shell-default-height 30 52 53 shell-default-position 'bottom)
+2
spacemacs-private/custom-config-org/packages.el
··· 131 131 org-agenda-span 'day 132 132 org-archive-location "TODO-archive::" 133 133 org-archive-save-context-info (quote (time category itags)) 134 + org-reveal-root "file:///Users/kaushik/.local/share/revealjs" 135 + org-re-reveal-root "file:///Users/kaushik/.local/share/revealjs" 134 136 ) 135 137 136 138 (custom-config-org/org-capture-templates)