diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-04-28 19:09:02 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-04-28 19:09:02 +0200 |
| commit | 9cba663de4a41c730edec752acd42fa75b62b17a (patch) | |
| tree | d9f13674432e47335912cfc4e03b9b71cce92bd1 /dot.emacs.d | |
| parent | 5ffee94a1ff1aec8cfd9ae217352a724de537a68 (diff) | |
Emacs: simplyfy yaml-mode handling
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
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 |
