[oni-yaml] Add ‘yaml-pro’ package
This commit is contained in:
parent
2fc7107969
commit
ab3fb36ca1
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue