jwhitmire / chruby.el

Emacs support for the Chruby version switcher for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chruby.el

Emacs support for Chruby. It works identical to the shell command, after placing chruby.el in your load-path you can

(require 'chruby)
(chruby "jruby-1.7.2")

In fact just like Chruby it is extremely lightweight, it merely follows the same conventions for finding rubies on your system.

Some of the code was taken from rvm.el by Yves Senn, however any violations of good style are entirely mine.

There is currently no support for Chruby's 'auto' functionality.

Copyright 2013-2014 Arne Brasseur

For license details refer to the LICENSE file.

About

Emacs support for the Chruby version switcher for Ruby

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%