summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-19 00:52:46 +0100
committerGravatar Tom Willemse2015-12-19 00:52:46 +0100
commit3e082add9995261a5b8ab4ac153ed5b0842bd6bb (patch)
tree747e59990339396b8a239d92fc1d07e1096deaf8 /emacs/.emacs.d/init.el
parent5cc8fb03abdb4a6f4910e7d38b3e234975aa1724 (diff)
downloaddotfiles-3e082add9995261a5b8ab4ac153ed5b0842bd6bb.tar.gz
dotfiles-3e082add9995261a5b8ab4ac153ed5b0842bd6bb.zip
Add Ruby library
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index be1b790..a3bea16 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -141,11 +141,6 @@ MODE1 is enabled and vice-versa."
"Set the `disabled' property for each item in FUNCTIONS to nil."
(mapc #'(lambda (f) (put f 'disabled nil)) functions))
-(defun oni:select-corresponding-ruby ()
- (when (and (not (projectile-rails--ignore-buffer-p))
- (projectile-rails-root))
- (rvm-activate-ruby-for (projectile-rails-root))))
-
;;;; Module-specific settings
(auto-init appt)