aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-02-02 10:39:47 -0800
committerGravatar Tom Willemse2024-02-02 10:39:47 -0800
commitb737250fe158650baa81fae8e8c5210f34582267 (patch)
tree9a99a85bafc96be1e90420dc62294e348faf658b /oni-core.el
parent21d84a16f2c26f7468c17359126fdb033a3f8b4e (diff)
downloademacs-config-b737250fe158650baa81fae8e8c5210f34582267.tar.gz
emacs-config-b737250fe158650baa81fae8e8c5210f34582267.zip
[oni-core] Remove requirement to load ‘oni-yaml’ for yaml-mode
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/oni-core.el b/oni-core.el
index 971c36d..7fde5dc 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -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)