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

WIP: Fix for #369 #371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jan 5, 2020

  1. WIP: Fix for emacs-lsp#369

    Work in progress: Fix for issue emacs-lsp#369.
    
    Theme changes won't update background color and fringe width
    automatically. Previously, there was advice to delete frame after
    load-theme. This commit changes this to instead update background
    color and fringe width after load-theme and also after
    custom-set-faces.
    
    Note especially that
    - This fix is not tested with webkit.
    - If other features than :background are set in lsp-ui-doc-background
      face, then the inline mode might use them. Added documentation to
      advice against this.
    svenssonaxel committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    8970edb View commit details
    Browse the repository at this point in the history