mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 03:00:08 +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
|
||||
:idle (rvm-use-default))
|
||||
#+END_SRC
|
||||
** Yaml
|
||||
#+name: programming
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package yaml-mode
|
||||
:ensure t
|
||||
:mode "\.yml$")
|
||||
#+END_SRC
|
||||
* Other functionality
|
||||
** Disable tab indenting by default
|
||||
#+name: other
|
||||
|
|
Loading…
Reference in a new issue