;;; config.el --- ESS Layer configuration File for Spacemacs ;; ;; Copyright (c) 2012-2018 Sylvain Benner & Contributors ;; ;; Author: Sylvain Benner ;; URL: https://github.com/syl20bnr/spacemacs ;; ;; This file is not part of GNU Emacs. ;; ;;; License: GPLv3 ;; Variables (defvar ess-enable-smart-equals nil "If non-nil smart-equal support is enabled") (defvar ess-disable-underscore-assign nil "If non-nil, disables underscore _ being a shortcut for assignment <-")