grolongo
grolongo
I just tried and no luck unfortunately.
Sorry for the delay, I will send a report. Feel free to close this issue as it's not your package's fault (I've also seen this happen with cape/kind-icon).
It does, as I have it working without any specific project.el configuration. I'm using Emacs 29 though. I suggest you either compile Emacs yourself or use a pretest release of...
you need to define `centaur-tabs-buffer-groups` with `(t (centaur-tabs-get-group-name (current-buffer)` under `:config` in your use-package declaration, example: ```elisp (defun centaur-tabs-buffer-groups () "Centaur grouping." (list (cond ((derived-mode-p 'erc-mode) "ERC") (t (centaur-tabs-get-group-name (current-buffer))))))...
hi @SilverEzhik, is it still not possible to update your package? it is the "purest" available from winget, the others are only GUI wrappers :/