From 98dcae52adf9c6956c9fd9366a8fa3bf7a887bb7 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 2 Mar 2020 10:28:14 -0500 Subject: [PATCH] Properly quote LSP customization --- emacs/init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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