Defer rvm until it's actually used

This commit is contained in:
Correl Roush 2016-02-11 21:47:24 -05:00
parent 81e584da45
commit 67ba4c49d3

View file

@ -321,7 +321,8 @@ Configure jedi and company-mode to provide auto-completion for python.
#+BEGIN_SRC emacs-lisp
(use-package rvm
:ensure t
:config (rvm-use-default))
:commands (rvm-use
rvm-use-default))
#+END_SRC
*** Yaml
#+name: programming