Fix #4704: invalid image spec error from lsp-ui
Regression from a3f242d
This commit is contained in:
parent
9c67bf0044
commit
de924daf47
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue