From 75128ffcdfd55373d42b7152a06734c33530e6a4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 1 Jul 2024 15:07:04 -0700 Subject: [oni-yaml] Autoload the major mode remapping --- oni-yaml.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'oni-yaml.el') 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 ;; 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)) -- cgit v1.2.3-54-g00ecf