Commit 5070fdab8de9

Vincent Demeester <vincent@sbr.pm>
2015-03-25 14:15:31
Add vagrant :)
1 parent c7a0b4e
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1873,6 +1873,24 @@
        :ensure t)
    #+END_SRC
 
+** Vagrant
+
+   Let's add support for vagrant.
+
+   #+BEGIN_SRC emacs-lisp
+     (use-package vagrant
+       :ensure t)
+   #+END_SRC
+
+   And let's also add a TRAMP add-on for Vagrant. The idea is to be
+   able to do something like =/vagrant:mybox/etc/hostname=
+
+   #+BEGIN_SRC emacs-lisp
+     (use-package vagrant-tramp
+       :ensure t)
+   #+END_SRC
+
+
 ** Mails
 
    Add mu4e to the load-path and load it.