diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-yaml.el | 4 |
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) |