diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-13 16:00:44 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-13 16:00:44 -0800 |
commit | 52c18636d92aa9de8f263ce07424bf0999eea3f0 (patch) | |
tree | b8ee3313ab2a3a74ab61ccb6a86bb5d0ee29931d /emacs.d/modes | |
parent | [emacs] Import golang variables for OS X. (diff) | |
download | emacs.d-52c18636d92aa9de8f263ce07424bf0999eea3f0.tar.gz |
[emacs] Set yaml-mode for files ending in .y(a)?ml
Diffstat (limited to '')
-rw-r--r-- | emacs.d/modes/cfg-yaml.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/modes/cfg-yaml.el b/emacs.d/modes/cfg-yaml.el index 7dc74e0..a2c6435 100644 --- a/emacs.d/modes/cfg-yaml.el +++ b/emacs.d/modes/cfg-yaml.el @@ -1,4 +1,5 @@ (use-package yaml-mode + :mode ("\\.\\(yml\\|yaml\\)\\'" . yaml-mode) :ensure t :defer t) |