From ced0fe8f9ef7cd16ade900bb34393c627f6d0c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 22 Jan 2019 15:45:41 -0500 Subject: Change directory lisp/ to modules/ FS #2 --- modules/init-yaml.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/init-yaml.el (limited to 'modules/init-yaml.el') diff --git a/modules/init-yaml.el b/modules/init-yaml.el new file mode 100644 index 0000000..47c533c --- /dev/null +++ b/modules/init-yaml.el @@ -0,0 +1,11 @@ +;;; init-yaml.el --- .Emacs Configuration -*- lexical-binding: t -*- +;;; Commentary: +;; + +;;; Code: +;; yaml-mode +(use-package yaml-mode + :mode ("\\.yml\\'" . yaml-mode)) + +(provide 'init-yaml) +;;; init-yaml.el ends here -- cgit v1.2.3