;;; config.el --- Ruby Layer configuration File for Spacemacs ;; ;; Copyright (c) 2012-2014 Sylvain Benner ;; Copyright (c) 2014-2015 Sylvain Benner & Contributors ;; ;; Author: Sylvain Benner ;; URL: https://github.com/syl20bnr/spacemacs ;; ;; This file is not part of GNU Emacs. ;; ;;; License: GPLv3 ;; Variables (spacemacs|defvar-company-backends enh-ruby-mode) (spacemacs|defvar-company-backends ruby-mode) (defvar ruby-enable-enh-ruby-mode nil "If non-nil, use `enh-ruby-mode' package insted of the built-in Ruby Mode. Otherwise use Enh Ruby Mode, which is the default.") (defvar ruby-version-manager nil "If non nil defines the Ruby version manager (i.e. rbenv, rvm)") (defvar ruby-use-ruby-test nil "If non-nil, use `ruby-test-mode' package instead of `rspec-mode'.")