lem icon indicating copy to clipboard operation
lem copied to clipboard

tabbar not updating on killing buffers

Open logoraz opened this issue 1 month ago • 0 comments

tabbar does not update when killing a buffer that is not the current-buffer.

I added a simple fix to my init.lisp that appears to provide the expected behavior, though I would think this is something that tabbar should handle by default:

(add-hook *post-command-hook* 'lem/tabbar::update)

logoraz avatar Nov 10 '25 19:11 logoraz