spacemacs/layers/+lang/ess/config.el

21 lines
512 B
EmacsLisp
Raw Normal View History

;;; config.el --- ESS Layer configuration File for Spacemacs
;;
2018-01-04 07:00:25 +00:00
;; Copyright (c) 2012-2018 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
(spacemacs|define-jump-handlers ess-r-mode)
;; Variables
2015-04-01 02:24:01 +00:00
(defvar ess-r-backend 'nil
"The backend to use for IDE features. Possible values are `ess' and `lsp'.")
2019-01-14 10:25:22 +00:00
(defvar ess-assign-key nil
"Call `ess-insert-assign'.")