9d0558992c
+chat +checkers +emacs +intl +os +pair-programming +tags +theme +web-services
17 lines
436 B
EmacsLisp
17 lines
436 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.")
|
|
|
|
(spacemacs|defvar-company-backends org-mode)
|