Files
doomemacs/modules/tools
Cora Sutton 7925759b8e Set the lsp-ui-sideline-actions-icon to the default
When Emacs 26.x support was in place this was originally:

```elisp
lsp-ui-sideline-actions-icon (if EMACS27+ lsp-ui-sideline-actions-icon-default)
```

But when it was removed it became:

```elisp
lsp-ui-sideline-actions-icon t
```

The docs for lsp-ui-sideline-actions-icon say:

```
Image file for actions.  It must be a png file.
```

Setting this to `t` results in a whole lot of these messages:

```
[lsp-ui-sideline]: Error with actions icon: (error Invalid image specification)
```

So the solution seems to me to be to set it to:

```elisp
lsp-ui-sideline-actions-icon lsp-ui-sideline-actions-icon-default
```

I've set it in my emacs and it seems to work.
2021-07-06 13:46:53 -05:00
..
2021-05-22 22:43:56 -04:00
2021-05-22 22:43:56 -04:00
2021-05-22 22:43:56 -04:00
2021-07-06 02:32:38 -04:00
2021-05-22 22:43:56 -04:00
2021-05-22 22:43:56 -04:00
2021-05-22 22:43:56 -04:00
2021-05-22 22:43:56 -04:00
2021-02-11 13:54:35 -05:00
2021-05-22 22:43:56 -04:00
2021-05-25 13:39:26 -04:00
2020-11-29 14:28:47 -05:00
2021-05-22 22:43:56 -04:00
2021-07-06 02:32:26 -04:00
2020-12-05 16:48:23 -05:00
2021-03-06 12:05:55 -05:00
2021-05-22 22:43:56 -04:00