-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support project.el
#209
Comments
It does, as I have it working without any specific project.el configuration. I'm using Emacs 29 though. |
No, |
you need to define (defun centaur-tabs-buffer-groups ()
"Centaur grouping."
(list (cond ((derived-mode-p 'erc-mode) "ERC")
(t (centaur-tabs-get-group-name (current-buffer)))))) |
@grolongo Your suggested snippet does not work for me. |
Does
centaur-tabs
supportproject.el
instead ofprojectile
? The project buffers are not aligned in the same tabs view when usingproject.el
. I can reproduce the problem with Emacs 28.2 with the following MWE andemacs -nw -q
.The text was updated successfully, but these errors were encountered: