This is something I asked on the official repository.
By default, smart-mode-line
displays the current projectile project-name before the buffer-name, and the vc-mode
string after it:
... [P/myproject]BUFFER-NAME :master ...
I would like to combine the project name and the branch together, and
display them both before the buffer-name.
Here is what I want to achieve:
... [myproject:master]BUFFER-NAME ...