Fix #4704: invalid image spec error from lsp-ui

Regression from a3f242d
This commit is contained in:
Henrik Lissner 2021-02-27 10:30:45 -05:00
parent 9c67bf0044
commit de924daf47

View file

@ -149,7 +149,8 @@ server getting expensively restarted when reverting buffers."
;; errors flash briefly and then disappear). ;; errors flash briefly and then disappear).
lsp-ui-sideline-show-hover nil lsp-ui-sideline-show-hover nil
;; Some icons don't scale correctly on Emacs 26, so disable them there. ;; 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 (map! :map lsp-ui-peek-mode-map
"j" #'lsp-ui-peek--select-next "j" #'lsp-ui-peek--select-next