spacemacs/contrib/!irc/erc/config.el
Diego Berrocal 42dfd8c91f Emoji Fun! :)
Also Now org,markdown and ERC have company enabled (why wasn't this done
before)
2015-08-26 21:41:48 -04:00

17 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)