From 300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 31 Aug 2018 21:02:39 -0500 Subject: Add support yaml-mode --- lisp/init-yaml.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lisp/init-yaml.el (limited to 'lisp') diff --git a/lisp/init-yaml.el b/lisp/init-yaml.el new file mode 100644 index 0000000..47956c8 --- /dev/null +++ b/lisp/init-yaml.el @@ -0,0 +1,4 @@ +;; yaml-mode +(require-package 'yaml-mode) +(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)) +(provide 'init-yaml) -- cgit v1.2.3