diff options
| author | 2015-12-17 00:39:51 +0100 | |
|---|---|---|
| committer | 2015-12-17 00:39:51 +0100 | |
| commit | 61e526ff3496462b30722234d891a4fe15246cf9 (patch) | |
| tree | a9eec807f03c4be8ef05af4fb33bcd4c2b3c8f0c | |
| parent | ab130bef51ca85161472320dfcfc5224d0acbf5f (diff) | |
| download | dotfiles-61e526ff3496462b30722234d891a4fe15246cf9.tar.gz dotfiles-61e526ff3496462b30722234d891a4fe15246cf9.zip | |
Fix switching rvm versions when switching projects
| -rw-r--r-- | emacs/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index c2c9c0e..c3a7123 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1085,7 +1085,7 @@ If no direction is given, don't split." (add-hook 'ruby-mode-hook 'ruby-tools-mode) (add-hook 'ruby-mode-hook 'ruby-refactor-mode-launch) (add-hook 'ruby-mode-hook 'robe-mode) -(add-hook 'projectile-switch-project-hook #'oni:select-corresponding-ruby) +(add-hook 'projectile-after-switch-project-hook #'oni:select-corresponding-ruby) (add-hook 'prog-mode-hook 'highlight-numbers-mode) (oni:add-function-to-hooks #'oni:make-readable |
