mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] yaml-mode
This commit is contained in:
parent
6cb8ceed53
commit
055901568d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue