[emacs] Disable autofill in Yaml files

This commit is contained in:
Sebastian Schulze 2016-07-31 18:21:38 +02:00
parent 67b2e2618f
commit b078c23436
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
(add-hook 'after-init-hook 'global-company-mode)
(add-to-list 'company-backends 'company-tern)
(add-hook 'js-mode-hook (lambda () (tern-mode t)))
(add-hook 'yaml-mode-hook (lambda() (auto-fill-mode -1)))
(defun colorize-compilation-buffer () "Nice colours there."