Remove :box and :height from lsp-ui-sideline-current-symbol

This commit is contained in:
Jeremy Dormitzer 2020-03-02 10:35:44 -05:00
parent 98dcae52ad
commit ab937feaf8

View File

@ -2631,8 +2631,7 @@ Emacs support for the Language Server Protocol
(lsp-ui-doc-background '((t (:inherit region))))
(lsp-ui-doc-header '((t (:inherit lsp-face-highlight-write))))
(lsp-ui-sideline-current-symbol '((t (:inherit font-lock-constant-face
:box (:line-width -1 :color "#b58900")
:weight ultra-bold :height 0.99)))))
:weight ultra-bold)))))
(use-package dap-mode
:init