[emacs] Fire up yamllint flycheck for Yaml files

This commit is contained in:
Sebastian Schulze 2018-09-06 01:12:01 +02:00
parent aa28c92035
commit 6a9d3620f7
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 5 additions and 4 deletions

View File

@ -406,10 +406,11 @@ you should place your code here."
(add-to-list 'default-frame-alist '(ns-appearance . dark))
(add-hook 'yaml-mode-hook
'indent-guide-mode
(lambda () (auto-fill-mode -1)))
(use-package spaceline-all-the-icons
:after spaceline
:config (spaceline-all-the-icons-theme))
(lambda ()
(auto-fill-mode -1)
(flycheck-yamllint-setup)
))
(set-face-attribute 'mode-line nil :font "FantasqueSansMono Nerd Font:style=Italic")
(setq delete-selection-mode nil)
(setq hledger-currency-string "EUR")
(setq writeroom-width 100)