[oni-core] Fix function names
This commit is contained in:
parent
fb767b3994
commit
af7ff9343a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue