42dfd8c91f
Also Now org,markdown and ERC have company enabled (why wasn't this done before)
16 lines
465 B
EmacsLisp
16 lines
465 B
EmacsLisp
;;; config.el --- erc Layer 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
|
|
|
|
(defvar erc-enable-sasl-auth nil
|
|
"If non nil then use SASL authenthication with ERC.")
|
|
|
|
(spacemacs|defvar-company-backends erc-mode)
|