diff --git a/emacs/init.org b/emacs/init.org index a7cc2d8..4bfad0e 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2630,9 +2630,9 @@ Emacs support for the Language Server Protocol (lsp-ui-doc-position 'top) (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))))) + (lsp-ui-sideline-current-symbol '((t (:inherit font-lock-constant-face + :box (:line-width -1 :color "#b58900") + :weight ultra-bold :height 0.99))))) (use-package dap-mode :init