oni-yaml: Enable flycheck
This commit is contained in:
parent
f8c0b6b3a8
commit
7092fcaa07
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue