Skip to content

Commit d8a9dba

Browse files
committed
fix: consule--source-buffer error
1 parent ab992e6 commit d8a9dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ ref: https://github.com/manateelazycat/auto-save
983983
("C-x C-i" . consult-imenu))
984984
:custom
985985
(consult-preview-key nil)
986-
(consult-buffer-sources '(consult--source-buffer consult--source-recent-file))
986+
(consult-buffer-sources '(consult-source-buffer consult-source-recent-file))
987987
:config
988988

989989
(when sys-is-windows

0 commit comments

Comments
 (0)