aboutsummaryrefslogtreecommitdiffstats
path: root/oni-yaml.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-07-18 08:54:52 -0700
committerGravatar Tom Willemse2022-07-18 08:54:52 -0700
commitab3fb36ca1ea0a43c802b127e2db73fd622d8d26 (patch)
treee3ceaf86a0183adcc52fd9ba79d6be57c9b5c59a /oni-yaml.el
parent2fc7107969d78e24973a696d6306a8118c49ddfc (diff)
downloademacs-config-ab3fb36ca1ea0a43c802b127e2db73fd622d8d26.tar.gz
emacs-config-ab3fb36ca1ea0a43c802b127e2db73fd622d8d26.zip
[oni-yaml] Add ‘yaml-pro’ package
Diffstat (limited to 'oni-yaml.el')
-rw-r--r--oni-yaml.el5
1 files changed, 3 insertions, 2 deletions
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 <tom@ryuslash.org>
;; 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)