doomemacs/modules
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
..
app app/calendar: remove non-existent autoload 2021-06-07 21:06:17 -04:00
checkers Merge pull request #5111 from destroyer449/flycheck_documentation 2021-06-04 14:21:15 -04:00
completion Fix "Couldn't find project root" error on +ivy/compile 2021-06-04 14:50:45 -04:00
config Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
editor Fix +tabs:previous-or-goto typo 2021-06-06 17:49:26 -04:00
emacs Bump :emacs vc :tools magit 2021-05-25 13:39:26 -04:00
email Refactor doom-{path,file,dir,glob} 2021-05-23 21:49:02 -04:00
input Merge pull request #4933 from pickfire/fcitx5 2021-05-24 13:47:39 -04:00
lang Drop Emacs 26.x support 2021-07-06 02:31:52 -04:00
os Drop Emacs 26.x support 2021-07-06 02:31:52 -04:00
term term/eshell: alias ff = find-file-other-window 2021-07-06 02:32:38 -04:00
tools Set the lsp-ui-sideline-actions-icon to the default 2021-07-06 13:46:53 -05:00
ui Drop Emacs 26.x support 2021-07-06 02:31:52 -04:00