Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
394 stars 44 forks source link

Add ibuffer integration #109

Open Overdr0ne opened 4 years ago

Overdr0ne commented 4 years ago

This took me a little while to figure out so I thought others might benefit. I like ibuffer for its ability to create really expressive, chainable filters. Projectile also has ibuffer integration so there's some precedent.

Bad-ptr commented 4 years ago

This is nice. But I will not merge it. persp-mode.el is already too fat and complicated. I'd like to leave it as a separate configuration snippet.

I can add it to this gist(which is referenced in README(however nobody reads readme)) If you are not against it.

alphapapa commented 4 years ago

@Overdr0ne You may find this interesting, as it does something similar: https://github.com/alphapapa/bufler.el