aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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