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

25 lines
712 B
EmacsLisp
Raw Normal View History

;;; config.el --- Ruby 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
(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)")