aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-20 22:28:06 -0700
committerGravatar Tom Willemse2023-03-20 22:28:06 -0700
commitaf7ff9343a53550c7877ba30eb4c34a79d3ddb4c (patch)
tree0fb5e0a505ef33c8dffb7cf86b21e3e90d985d7f /oni-core.el
parentfb767b39948483fceb8fe83698933f13f79f1a93 (diff)
downloademacs-config-af7ff9343a53550c7877ba30eb4c34a79d3ddb4c.tar.gz
emacs-config-af7ff9343a53550c7877ba30eb4c34a79d3ddb4c.zip
[oni-core] Fix function names
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/oni-core.el b/oni-core.el
index 5f2143d..3f2b82d 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0112.144039
+;; Version: 2023.0227.150230
;; 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)
;; This program is free software; you can redistribute it and/or modify
@@ -423,13 +423,13 @@ _s_: String list"
(defvar oni-core-related-places-source
'(:name "Related File"
:category file
- :items oni-related-files
+ :items oni-core-related-files
:enabled buffer-file-name
:action find-file))
(with-eval-after-load 'consult
(with-eval-after-load 'related-files
- (add-to-list 'consult-buffer-sources 'oni-related-places-source)))
+ (add-to-list 'consult-buffer-sources 'oni-core-related-places-source)))
;;; Embark