Skip to content
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

Git branch name is displayed only partially #255

Open
rrajath opened this issue Sep 6, 2021 · 2 comments
Open

Git branch name is displayed only partially #255

rrajath opened this issue Sep 6, 2021 · 2 comments

Comments

@rrajath
Copy link

rrajath commented Sep 6, 2021

Hi,

I've been using Smart Modeline for about a week and I noticed the git branch name that appears at the rightmost end of the modeline is cut off. For example, a master branch is displayed as "ter"

Here's a screenshot:
Screen Shot 2021-09-06 at 00 28 04

Is there a setting I can use to change this?

I'm using Emacs 27.2 on MacOS Big Sur.

This is my config:

  (use-package smart-mode-line
    :config
    (setq
     sml/theme 'atom-one-dark
     sml/no-confirm-load-theme t
     sml/mode-width 'right
     sml/name-width 60)
    (sml/setup))

@fast-90
Copy link

fast-90 commented Aug 1, 2022

I can confirm this happens for me as well.

image

I am using Emacs 29 on macOS Montery.

@Malabarba
Copy link
Owner

Thanks for the report.

For now, it's not obvious to me what might be causing that. :-/
PRs (or even just code suggestions) are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants