summary refs log tree commit diff
path: root/emacs.d/modules/module-yaml.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/modules/module-yaml.el')
-rw-r--r--emacs.d/modules/module-yaml.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/modules/module-yaml.el b/emacs.d/modules/module-yaml.el
deleted file mode 100644
index 14ccc89..0000000
--- a/emacs.d/modules/module-yaml.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(use-package yaml-mode
-  :init (add-hook 'yaml-mode-hook 'flycheck-mode)
-  :mode ("\\.ya?ml\\'" . yaml-mode))
-
-(provide 'module-yaml)