oni-core: Fix some require expressions
This commit is contained in:
parent
ab7f5336e6
commit
f2f53f04ee
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2025.0213.232049
|
||||
;; Version: 2025.0214.150729
|
||||
;; 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
|
||||
|
@ -261,9 +261,9 @@ _s_: String list"
|
|||
(with-eval-after-load 'bats (require 'oni-bats nil t))
|
||||
(with-eval-after-load 'bookmark (require 'oni-bookmark nil t))
|
||||
(with-eval-after-load 'browse-url (require 'oni-browse-url nil t))
|
||||
(with-eval-after-load 'cc-mode (require 'oni-c nil t nil t))
|
||||
(with-eval-after-load 'cc-mode (require 'oni-cpp nil t nil t))
|
||||
(with-eval-after-load 'cc-mode (require 'oni-java nil t nil t))
|
||||
(with-eval-after-load 'cc-mode (require 'oni-c nil t))
|
||||
(with-eval-after-load 'cc-mode (require 'oni-cpp nil t))
|
||||
(with-eval-after-load 'cc-mode (require 'oni-java nil t))
|
||||
(with-eval-after-load 'cider (require 'oni-clojure nil t))
|
||||
(with-eval-after-load 'circe (require 'oni-circe nil t))
|
||||
(with-eval-after-load 'clojure-mode (require 'oni-clojure nil t))
|
||||
|
|
Loading…
Add table
Reference in a new issue