1
0
Fork 0

oni-yaml: Enable flycheck

This commit is contained in:
Tom Willemse 2025-05-08 00:07:49 -07:00
parent f8c0b6b3a8
commit 7092fcaa07

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2024.0621.092620
;; Version: 2025.0508.000645
;; Package-Requires: (yaml-mode oni-flycheck oni-highlight-indent-guides indent-tools yaml-imenu yaml-pro)
;; This program is free software; you can redistribute it and/or modify
@ -45,7 +45,8 @@
(add-hook hook 'highlight-indent-guides-mode)
(add-hook hook 'oni-yaml--auto-fill-mode)
(add-hook hook 'yaml-imenu-enable)
(add-hook hook 'yaml-pro-mode))
(add-hook hook 'yaml-pro-mode)
(add-hook hook 'flycheck-mode))
(define-key yaml-mode-map (kbd "C-c >") 'indent-tools-hydra/body)