From aaa86c4187942abc0869a133e917dbf32b95bb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Oct 2018 23:27:56 -0500 Subject: =?UTF-8?q?single=20syntax=20with=20=C2=ABuse-package=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lisp/init-yaml.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lisp/init-yaml.el') diff --git a/lisp/init-yaml.el b/lisp/init-yaml.el index c7c615a..637cb7b 100644 --- a/lisp/init-yaml.el +++ b/lisp/init-yaml.el @@ -1,4 +1,5 @@ ;; yaml-mode -(use-package yaml-mode) -(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)) +(use-package yaml-mode + :mode ("\\.yml\\'" . yaml-mode)) + (provide 'init-yaml) -- cgit v1.2.3