From ab3fb36ca1ea0a43c802b127e2db73fd622d8d26 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 18 Jul 2022 08:54:52 -0700 Subject: [oni-yaml] Add ‘yaml-pro’ package --- oni-yaml.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-yaml.el') diff --git a/oni-yaml.el b/oni-yaml.el index 35585c8..2726b50 100644 --- a/oni-yaml.el +++ b/oni-yaml.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.1123.002719 -;; Package-Requires: (yaml-mode oni-flycheck oni-highlight-indent-guides flycheck-yamllint indent-tools yaml-imenu) +;; Version: 2022.0718.085034 +;; Package-Requires: (yaml-mode oni-flycheck oni-highlight-indent-guides flycheck-yamllint indent-tools yaml-imenu yaml-pro) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -43,6 +43,7 @@ (add-hook 'yaml-mode-hook 'highlight-indent-guides-mode) (add-hook 'yaml-mode-hook 'oni-yaml--auto-fill-mode) (add-hook 'yaml-mode-hook 'yaml-imenu-enable) +(add-hook 'yaml-mode-hook 'yaml-pro-mode) (flycheck-yamllint-setup) -- cgit v1.2.3-54-g00ecf