Skip to content

Commit

Permalink
Set :sort to nil since candidates are already sorted to fix #24
Browse files Browse the repository at this point in the history
Set :sort to nil since candidates are already sorted by
org-roam-node-read--completions. This fixes #24.
  • Loading branch information
jgru committed Jan 31, 2023
1 parent 2e6427a commit 3c2701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consult-org-roam.el
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ defaulting to \"Node: \""
nodes
:prompt prompt
:initial initial-input
:sort sort-fn
:sort nil ;; cands are already sorted
:require-match require-match
:category 'org-roam-node
;;:history 'org-roam-node-history
Expand Down

0 comments on commit 3c2701e

Please sign in to comment.