jgru / consult-org-roam

A bunch of convenience functions for operating org-roam with the help of consult
GNU General Public License v3.0
121 stars 6 forks source link

Fix order of org-roam-buffers #34

Closed jedrz closed 9 months ago

jedrz commented 9 months ago

Fixes #27.

With consult-org-roam-buffer-after-buffers enabled, the order of buffers is now: (consult--source-hidden-buffer consult--source-modified-buffer consult--source-buffer org-roam-buffer-source consult--source-recent-file consult--source-file-register consult--source-bookmark consult--source-project-buffer-hidden consult--source-project-recent-file-hidden)

jgru commented 9 months ago

Hi @jedrz,

thanks for your contribution of the fix of #27! Much appreciated.

Best, jgru

meedstrom commented 2 months ago

Can this be on by default? I just hunted down the same problem, found the fix, was about to file an issue.