spacemacs/contrib/lang/ess/config.el
syl20bnr 57fcb93799 Rename *-declarep functions to *-usedp functions
Makes more sense from a user view point.
2015-04-03 19:13:52 -04:00

20 lines
529 B
EmacsLisp

;;; config.el --- ESS 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
;; Variables
(when (configuration-layer/layer-usedp 'auto-completion)
(spacemacs|init-company-backends ess-mode))
(defvar ess-enable-smart-equals t
"If non-nil smart-equal support is enabled")