Fork me on GitHub
#emacs
<
2018-07-12
>
vemv12:07:39

@theeternalpulse Instead of closing them you can keep them out of sight + have a command that switches between buffers of the current project

ag22:07:06

I think bury-buffer is what you're looking for

vemv12:07:44

Personally I show this set of project-buffers in the mode-line, as if they were tabs (in fact they are - they have click handlers!)

bozhidar12:07:53

@theeternalpulse See projectile-kill-buffers - you can easily create a similar function for the non-project buffers (basically you subtract the project buffers from all buffers) and you’re done.

bozhidar12:07:55

You can also file a ticket for an improvement.