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

Message not being full displayed #6

Open
failable opened this issue Nov 19, 2023 · 2 comments
Open

Message not being full displayed #6

failable opened this issue Nov 19, 2023 · 2 comments
Labels
question Further information is requested

Comments

@failable
Copy link

See the screenshots below.

lsp-ui
Screenshot 2023-11-19 at 15 24 43

sideline
Screenshot 2023-11-19 at 15 26 25

config

(use-package sideline
  :hook ((flycheck-mode . sideline-mode))
  :init
  (setq sideline-delay .1
        sideline-backends-right '(sideline-flycheck))

  :config
  (set-face-attribute 'sideline-default nil :inherit 'success :foreground 'unspecified))

(use-package sideline-flycheck
  :hook (flycheck-mode . sideline-flycheck-setup))
@jcs090218
Copy link
Member

Can you try emacs -q? 🤔 Thank you!

@jcs090218 jcs090218 added the question Further information is requested label Mar 9, 2024
@jcs090218
Copy link
Member

FYI, this should be fixed in a while ago. 🤔

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

No branches or pull requests

2 participants