aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2018-04-28 19:09:02 +0200
committerThomas Schneider <qsx@qsx.re>2018-04-28 19:09:02 +0200
commit9cba663de4a41c730edec752acd42fa75b62b17a (patch)
treed9f13674432e47335912cfc4e03b9b71cce92bd1
parent5ffee94a1ff1aec8cfd9ae217352a724de537a68 (diff)
Emacs: simplyfy yaml-mode handling
-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