[oni-core] Remove requirement to load ‘oni-yaml’ for yaml-mode
This commit is contained in:
parent
21d84a16f2
commit
b737250fe1
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2024.0105.212344
|
||||
;; Version: 2024.0202.103900
|
||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -321,7 +321,6 @@ _s_: String list"
|
|||
(with-eval-after-load 'sort (require 'oni-sort))
|
||||
(with-eval-after-load 'tramp (require 'oni-tramp))
|
||||
(with-eval-after-load 'web-mode (require 'oni-web))
|
||||
(with-eval-after-load 'yaml-mode (require 'oni-yaml))
|
||||
|
||||
(with-eval-after-load 'yasnippet
|
||||
(require 'oni-yasnippet)
|
||||
|
|
Loading…
Reference in a new issue