From de924daf47141fe538680cd5adf2addc890c826e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 27 Feb 2021 10:30:45 -0500 Subject: [PATCH] Fix #4704: invalid image spec error from lsp-ui Regression from a3f242d --- modules/tools/lsp/+lsp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index 76af68fb2..7f723c992 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -149,7 +149,8 @@ server getting expensively restarted when reverting buffers." ;; errors flash briefly and then disappear). lsp-ui-sideline-show-hover nil ;; Some icons don't scale correctly on Emacs 26, so disable them there. - lsp-ui-sideline-actions-icon EMACS27+) ; DEPRECATED Remove later + lsp-ui-sideline-actions-icon ; DEPRECATED Remove later + (if EMACS27+ lsp-ui-sideline-actions-icon-default)) (map! :map lsp-ui-peek-mode-map "j" #'lsp-ui-peek--select-next