mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
Defer rvm until it's actually used
This commit is contained in:
parent
81e584da45
commit
67ba4c49d3
1 changed files with 2 additions and 1 deletions
|
@ -321,7 +321,8 @@ Configure jedi and company-mode to provide auto-completion for python.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package rvm
|
(use-package rvm
|
||||||
:ensure t
|
:ensure t
|
||||||
:config (rvm-use-default))
|
:commands (rvm-use
|
||||||
|
rvm-use-default))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** Yaml
|
*** Yaml
|
||||||
#+name: programming
|
#+name: programming
|
||||||
|
|
Loading…
Reference in a new issue