diff options
| author | 2025-02-14 15:07:38 -0800 | |
|---|---|---|
| committer | 2025-02-14 15:07:38 -0800 | |
| commit | f2f53f04ee536b5bed5e9256dfba45c26d2c2706 (patch) | |
| tree | e1f2cc02ac78624c9c2134ce0c052e79cc9704b4 | |
| parent | ab7f5336e63b3c273ad60a611761f78b9253428c (diff) | |
| download | emacs-config-f2f53f04ee536b5bed5e9256dfba45c26d2c2706.tar.gz emacs-config-f2f53f04ee536b5bed5e9256dfba45c26d2c2706.zip | |
oni-core: Fix some require expressions
| -rw-r--r-- | oni-core.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oni-core.el b/oni-core.el index 7f5a933..b3e9593 100644 --- a/oni-core.el +++ b/oni-core.el @@ -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)) |
