aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-05-08 00:07:49 -0700
committerGravatar Tom Willemse2025-05-08 00:08:29 -0700
commit7092fcaa07e180918279dc03dbb24f151edc5bba (patch)
treee1567c6d405ee0da8f5d7ff202ddfe2dc2636f2a
parentf8c0b6b3a89cf8078d613bc2b5177d23d644e776 (diff)
downloademacs-config-7092fcaa07e180918279dc03dbb24f151edc5bba.tar.gz
emacs-config-7092fcaa07e180918279dc03dbb24f151edc5bba.zip
oni-yaml: Enable flycheck
-rw-r--r--oni-yaml.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-yaml.el b/oni-yaml.el
index 6019257..0689b18 100644
--- a/oni-yaml.el
+++ b/oni-yaml.el
@@ -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)