Andrew Kent

Results 2 comments of Andrew Kent

I'm seeing this too. Seems to happen when buffers that don't have a tabset are opened (for example, org-agenda). Adding a simple null check to `centaur-tabs-make-tabset` resolves the problem, but...

The issue appears to be sbcl specific. Using `use-program` as an example, I expanded the macros enough until I found the `sb-alien:with-alien` macro to be responsible for generating the consing...