42dfd8c91f
Also Now org,markdown and ERC have company enabled (why wasn't this done before)
18 lines
478 B
EmacsLisp
18 lines
478 B
EmacsLisp
;;; config.el --- Org configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2014 Sylvain Benner
|
|
;; Copyright (c) 2014-2015 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)
|