I would like to know if there is a way to alter the way Magit highlight the current checked out branch on the magit-log. git log --decorate
will show the HEAD
at the checked out commit and Magit show an @
when checking out a commit (with no branch), but, when a branch is checked out, the branch name is enclosed in a rectangle as shown below:
However, when running emacs from a terminal, the same checked out branch will appear as:
As you can see, it is not possible to identify the current checked out branch from.
I tried to customize-face
but this did not work...
Thank you for the help, Lorenzo