summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-yaml.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-yaml.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-yaml.el b/emacs.d/custom/fcuny-yaml.el
new file mode 100644
index 0000000..b84c041
--- /dev/null
+++ b/emacs.d/custom/fcuny-yaml.el
@@ -0,0 +1,4 @@
+(use-package yaml-mode
+  :ensure t)
+
+(provide 'fcuny-yaml)