Replies: 2 comments
-
If you want to see only buffers related to the current project you can use It seems you are using an alternative Consult configuration with "Local Buffers" and "Other Buffers" sources - these sources do not exist in this exact form in Consult. Which buffer isolation package do you use - maybe ask the author of this package? Also maybe post a minimal configuration? (There is a similar feature if you set |
Beta Was this translation helpful? Give feedback.
-
Yes, I did find that and now have a binding for it. It might be enough, I'll have to use it a bit to see what I think. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
consult-buffer
I'd like to see buffers from projects grouped together. Is that possible when using projectile?After opening a dired buffer for two projects
~/.emacs.d/
, and~/Devo/sider/
and these files in each
.emacs.d/init.el
,.emacs.d/lisp/mes-projects.el
, andsider/examples/EffPubSub.hs
I see this when running
consult-buffer
in the Haskell file:As can be seen the sider project and its file both turn up under
Local Buffers
while the other project's buffers are split betweenLocal Buffers
andOther Buffers
.I was hoping that setting
would do what I want, at least for the current project, but that setting has no impact at all.
Beta Was this translation helpful? Give feedback.
All reactions