spacemacs/layers/+emacs/org/config.el
syl20bnr bd4508dce0 Cleanup org-reveal config and rename layer variable
Renamed layer variable to fit with the name of other variables
Also remove weird code about toc-org.
2016-06-01 22:05:46 -04:00

21 lines
523 B
EmacsLisp

;;; config.el --- Org configuration File for Spacemacs
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Variables
(defvar org-enable-github-support nil
"If non-nil Github related packages are configured.")
(defvar org-enable-reveal-js-support nil
"If non-nil, enable export to reveal.js.")
(spacemacs|defvar-company-backends org-mode)