aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-yaml.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/oni-yaml.el b/oni-yaml.el
index d05a402..27a4cf6 100644
--- a/oni-yaml.el
+++ b/oni-yaml.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2024.0205.164705
+;; Version: 2024.0621.092620
;; 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
@@ -51,9 +51,10 @@
(oni-yaml--enable-hooks 'yaml-mode-hook)
+;;;###autoload
(when (and (functionp 'treesit-available-p)
- (treesit-available-p)
- (treesit-ready-p 'yaml))
+ (treesit-available-p)
+ (treesit-ready-p 'yaml))
(add-to-list 'major-mode-remap-alist '(yaml-mode . yaml-ts-mode))
(oni-yaml--enable-hooks 'yaml-ts-mode-hook))