[emacs] yaml-mode

This commit is contained in:
Correl Roush 2015-01-08 23:20:47 -05:00
parent 6cb8ceed53
commit 055901568d

View file

@ -397,6 +397,13 @@
:ensure t :ensure t
:idle (rvm-use-default)) :idle (rvm-use-default))
#+END_SRC #+END_SRC
** Yaml
#+name: programming
#+BEGIN_SRC emacs-lisp
(use-package yaml-mode
:ensure t
:mode "\.yml$")
#+END_SRC
* Other functionality * Other functionality
** Disable tab indenting by default ** Disable tab indenting by default
#+name: other #+name: other