summary refs log tree commit diff
path: root/emacs.d/inits/90_yaml.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/inits/90_yaml.el')
-rw-r--r--emacs.d/inits/90_yaml.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/inits/90_yaml.el b/emacs.d/inits/90_yaml.el
new file mode 100644
index 0000000..6758789
--- /dev/null
+++ b/emacs.d/inits/90_yaml.el
@@ -0,0 +1,3 @@
+(use-package yaml-mode
+  :ensure t
+  :defer t)