From 9cba663de4a41c730edec752acd42fa75b62b17a Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sat, 28 Apr 2018 19:09:02 +0200 Subject: Emacs: simplyfy yaml-mode handling --- dot.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 60fe501..d9017fc 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -40,7 +40,7 @@ :config (color-theme-sanityinc-tomorrow-blue)) (use-package yaml-mode - :mode ("\\.yml\\'" . yaml-mode)) + :mode "\\.yml\\'") (use-package linum-relative :ensure t -- cgit v1.2.3